Package nltk :: Package cluster :: Module kmeans
[hide private]
[frames] | no frames]

Module kmeans

source code

Classes [hide private]
  KMeans
The K-means clusterer starts with k arbitrary chosen means then allocates each vector to the cluster with the closest mean.
Functions [hide private]
 
_vector_compare(x, y) source code
 
demo() source code