Uses of Class
org.apache.mahout.clustering.dirichlet.models.DistributionDescription

Packages that use DistributionDescription
org.apache.mahout.clustering.dirichlet   
org.apache.mahout.clustering.dirichlet.models   
 

Uses of DistributionDescription in org.apache.mahout.clustering.dirichlet
 

Methods in org.apache.mahout.clustering.dirichlet with parameters of type DistributionDescription
static org.apache.hadoop.fs.Path DirichletDriver.buildClusters(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, DistributionDescription description, int numClusters, int maxIterations, double alpha0, boolean runSequential)
          Iterate over the input vectors to produce cluster directories for each iteration
protected static DirichletState DirichletMapper.loadState(org.apache.hadoop.conf.Configuration conf, String statePath, DistributionDescription description, double alpha, int k)
           
static void DirichletDriver.run(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, DistributionDescription description, int numModels, int maxIterations, double alpha0, boolean runClustering, boolean emitMostLikely, double threshold, boolean runSequential)
          Iterate over the input vectors to produce clusters and, if requested, use the results of the final iteration to cluster the input vectors.
static void DirichletDriver.run(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, DistributionDescription description, int numClusters, int maxIterations, double alpha0, boolean runClustering, boolean emitMostLikely, double threshold, boolean runSequential)
          Convenience method provides default Configuration Iterate over the input vectors to produce clusters and, if requested, use the results of the final iteration to cluster the input vectors.
 

Constructors in org.apache.mahout.clustering.dirichlet with parameters of type DistributionDescription
DirichletState(DistributionDescription description, int numClusters, double alpha0)
           
 

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

Methods in org.apache.mahout.clustering.dirichlet.models that return DistributionDescription
static DistributionDescription DistributionDescription.fromString(CharSequence s)
           
 



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