![]() |
pyclustering
0.10.1
pyclustring is a Python, C++ data mining library.
|
The module contains K-Means algorithm and other related services. More...
Classes | |
| class | kmeans |
| Class implements 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... | |
The module contains K-Means algorithm and other related services.
Implementation based on paper [26].