FindClustersGivenCenters {ADPclust} | R Documentation |
Find cluster assignments from given centers and distance matrix. Each point is assigned to the center that has the shortest Euclidean distance.
FindClustersGivenCenters(distm, centers)
distm |
distance matrix |
centers |
vector of integers that gives the indices of centers. Duplications will be silently dropped. |
Cluster assignments. A vector of the same length as the number of observations.