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... | |
Cluster analysis algorithm: K-Means.
Implementation based on paper [25].