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

Packages that use Printable
org.apache.mahout.clustering This package provides several clustering algorithm implementations. 
org.apache.mahout.clustering.canopy   
org.apache.mahout.clustering.dirichlet   
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 Printable in org.apache.mahout.clustering
 

Classes in org.apache.mahout.clustering that implement Printable
 class ClusterBase
           
 

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

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

Classes in org.apache.mahout.clustering.dirichlet that implement Printable
 class DirichletCluster<O>
           
 

Uses of Printable in org.apache.mahout.clustering.dirichlet.models
 

Subinterfaces of Printable in org.apache.mahout.clustering.dirichlet.models
 interface Model<O>
          A model is a probability distribution over observed data points and allows the probability of any data point to be computed.
 

Classes in org.apache.mahout.clustering.dirichlet.models that implement Printable
 class AsymmetricSampledNormalModel
           
 class L1Model
           
 class NormalModel
           
 class SampledNormalModel
           
 

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

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

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

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

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

Classes in org.apache.mahout.clustering.meanshift that implement Printable
 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-2010 The Apache Software Foundation. All Rights Reserved.