pyclustering  0.10.1
pyclustring is a Python, C++ data mining library.
pyclustering.cluster.kmeans Namespace Reference

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...
 

Detailed Description

The module contains K-Means algorithm and other related services.

Implementation based on paper [26].

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