clusterer
A clusterer is a computational method or model that assigns objects to groups, or clusters, such that objects within the same cluster are more similar to each other than to objects in other clusters. In machine learning and data mining, clusterers operate in an unsupervised setting, using only feature data and no labeled outcomes. The result is a clustering: for each data point, a cluster label is produced, and many algorithms also provide additional information such as cluster centroids, compactness measures, or membership probabilities.
Clusterers can be broadly categorized as hard or soft. Hard clusterers assign each object to a single
Output from a clusterer typically includes cluster assignments and, depending on the algorithm, additional information such