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

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

Uses of AbstractCluster in org.apache.mahout.clustering
 

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

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

Subclasses of AbstractCluster in org.apache.mahout.clustering.dirichlet.models
 class GaussianCluster
           
 

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

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

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

Subclasses of AbstractCluster in org.apache.mahout.clustering.meanshift
 class MeanShiftCanopy
          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.
 



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