Clustering#

Classes#

cluster.KMeans([n_clusters, init, n_init, ...])

K-Means clustering.

Functions#

cluster.k_means(X, n_clusters[, ...])

K-means clustering algorithm.