pyclustering.cluster.kmeans Namespace Reference

Cluster analysis algorithm: K-Means. More...

Classes

class  kmeans
 Class represents K-Means clustering algorithm. More...
 
class  kmeans_observer
 Observer of K-Means algorithm that is used to collect information about clustering process on each iteration of the algorithm. More...
 
class  kmeans_visualizer
 Visualizer of K-Means algorithm's results. More...
 

Detailed Description

Cluster analysis algorithm: K-Means.

Implementation based on paper [25].

Authors
Andrei Novikov (pyclu.nosp@m.ster.nosp@m.ing@y.nosp@m.ande.nosp@m.x.ru)
Date
2014-2019