cluster KMeans
Cluster the points into k clusters using K-means clustering.
Return
A map of size k from centroid to cluster
Since
1.4.1
Parameters
k
The number of clusters
points
The points to cluster
Cluster the points into k clusters using K-means clustering.
A map of size k from centroid to cluster
1.4.1
The number of clusters
The points to cluster