clustering - Algorithms (pyemma.coordinates.clustering
)ΒΆ
AssignCenters (clustercenters[, metric]) |
Assigns given (pre-calculated) cluster centers. |
KmeansClustering (n_clusters[, max_iter, ...]) |
Kmeans clustering |
RegularSpaceClustering (dmin[, max_centers, ...]) |
Clusters data objects in such a way, that cluster centers are at least in distance of dmin to each other according to the given metric. |
UniformTimeClustering ([k, metric]) |
Uniform time clustering |