Uses of Class
org.apache.mahout.clustering.iterator.DistanceMeasureCluster

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

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

Subclasses of DistanceMeasureCluster 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 DistanceMeasureCluster in org.apache.mahout.clustering.fuzzykmeans
 

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

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

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



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