Given a new point/vector y, determine which cluster it belongs to.
Given a new point/vector y, determine which cluster it belongs to.
the vector to classify
Given a set of points/vectors, put them in clusters, returning the cluster assignment vector.
Given a set of points/vectors, put them in clusters, returning the cluster assignment vector. A basic goal is to minimize the sum of the distances between points within each cluster.
Get the name of the i-th cluster.
Set the names for the clusters.
Set the names for the clusters.
the array of names
The
Clusterer
trait provides a common framework for several clustering algorithms.