module documentation

Undocumented

Class KMeansClusterer The K-means clusterer starts with k arbitrary chosen means then allocates each vector to the cluster with the closest mean. It then recalculates the means of each cluster as the centroid of the vectors in the cluster...
Function demo Undocumented
def demo(): (source) ΒΆ

Undocumented