Package org.apache.mahout.clustering.kmeans

This package provides an implementation of the k-means clustering algorithm.

See:
          Description

Interface Summary
KMeansConfigKeys This class holds all config keys that are relevant to be used in the KMeans MapReduce configuration.
 

Class Summary
Kluster  
KMeansDriver  
RandomSeedGenerator Given an Input Path containing a SequenceFile, randomly select k vectors and write them to the output file as a Kluster representing the initial centroid to use.
 

Package org.apache.mahout.clustering.kmeans Description

This package provides an implementation of the k-means clustering algorithm.



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.