Uses of Package
org.apache.mahout.clustering

Packages that use org.apache.mahout.clustering
org.apache.mahout.clustering  
org.apache.mahout.clustering.canopy   
org.apache.mahout.clustering.classify   
org.apache.mahout.clustering.dirichlet.models   
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. 
org.apache.mahout.clustering.meanshift   
 

Classes in org.apache.mahout.clustering used by org.apache.mahout.clustering
Cluster
          Implementations of this interface have a printable representation and certain attributes that are common across all clustering implementations
ClusterObservations
           
GaussianAccumulator
           
Model
          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 used by org.apache.mahout.clustering.canopy
AbstractCluster
           
Cluster
          Implementations of this interface have a printable representation and certain attributes that are common across all clustering implementations
Model
          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 used by org.apache.mahout.clustering.classify
Cluster
          Implementations of this interface have a printable representation and certain attributes that are common across all clustering implementations
 

Classes in org.apache.mahout.clustering used by org.apache.mahout.clustering.dirichlet.models
AbstractCluster
           
Cluster
          Implementations of this interface have a printable representation and certain attributes that are common across all clustering implementations
Model
          A model is a probability distribution over observed data points and allows the probability of any data point to be computed.
ModelDistribution
          A model distribution allows us to sample a model from its prior distribution.
 

Classes in org.apache.mahout.clustering used by org.apache.mahout.clustering.fuzzykmeans
AbstractCluster
           
Cluster
          Implementations of this interface have a printable representation and certain attributes that are common across all clustering implementations
Model
          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 used by org.apache.mahout.clustering.iterator
AbstractCluster
           
Cluster
          Implementations of this interface have a printable representation and certain attributes that are common across all clustering implementations
Model
          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 used by org.apache.mahout.clustering.kmeans
AbstractCluster
           
Cluster
          Implementations of this interface have a printable representation and certain attributes that are common across all clustering implementations
Model
          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 used by org.apache.mahout.clustering.meanshift
AbstractCluster
           
Cluster
          Implementations of this interface have a printable representation and certain attributes that are common across all clustering implementations
Model
          A model is a probability distribution over observed data points and allows the probability of any data point to be computed.
 



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