Uses of Interface
org.apache.mahout.clustering.Cluster

Packages that use Cluster
org.apache.mahout.clustering  
org.apache.mahout.clustering.canopy   
org.apache.mahout.clustering.classify   
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 Cluster in org.apache.mahout.clustering
 

Classes in org.apache.mahout.clustering that implement Cluster
 class AbstractCluster
           
 

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

Classes in org.apache.mahout.clustering.canopy that implement Cluster
 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 Cluster in org.apache.mahout.clustering.classify
 

Methods in org.apache.mahout.clustering.classify that return types with arguments of type Cluster
 List<Cluster> ClusterClassifier.getModels()
           
static List<Cluster> ClusterClassificationMapper.populateClusterModels(org.apache.hadoop.fs.Path clusterOutputPath, org.apache.hadoop.conf.Configuration conf)
           
 

Constructor parameters in org.apache.mahout.clustering.classify with type arguments of type Cluster
ClusterClassifier(List<Cluster> models, ClusteringPolicy policy)
          The public constructor accepts a list of clusters to become the models
 

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

Classes in org.apache.mahout.clustering.fuzzykmeans that implement Cluster
 class SoftCluster
           
 

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

Classes in org.apache.mahout.clustering.iterator that implement Cluster
 class DistanceMeasureCluster
           
 

Methods in org.apache.mahout.clustering.iterator that return Cluster
 Cluster ClusterWritable.getValue()
           
 

Methods in org.apache.mahout.clustering.iterator with parameters of type Cluster
 void ClusterWritable.setValue(Cluster value)
           
 

Constructors in org.apache.mahout.clustering.iterator with parameters of type Cluster
ClusterWritable(Cluster first)
           
 

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

Classes in org.apache.mahout.clustering.kmeans that implement Cluster
 class Kluster
           
 



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