Uses of Class
org.apache.mahout.clustering.AbstractCluster

Packages that use AbstractCluster
org.apache.mahout.clustering.canopy   
org.apache.mahout.clustering.fuzzykmeans   
org.apache.mahout.clustering.iterator   
org.apache.mahout.clustering.kmeans This package provides an implementation of the k-means clustering algorithm. 
 

Uses of AbstractCluster in org.apache.mahout.clustering.canopy
 

Subclasses of AbstractCluster in org.apache.mahout.clustering.canopy
 class Canopy
          This class models a canopy as a center point, the number of points that are contained within it according to the application of some distance metric, and a point total which is the sum of all the points and is used to compute the centroid when needed.
 

Uses of AbstractCluster in org.apache.mahout.clustering.fuzzykmeans
 

Subclasses of AbstractCluster in org.apache.mahout.clustering.fuzzykmeans
 class SoftCluster
           
 

Uses of AbstractCluster in org.apache.mahout.clustering.iterator
 

Subclasses of AbstractCluster in org.apache.mahout.clustering.iterator
 class DistanceMeasureCluster
           
 

Uses of AbstractCluster in org.apache.mahout.clustering.kmeans
 

Subclasses of AbstractCluster in org.apache.mahout.clustering.kmeans
 class Kluster
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.