Uses of Class
org.apache.mahout.clustering.dirichlet.DirichletState

Packages that use DirichletState
org.apache.mahout.clustering.dirichlet   
 

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

Methods in org.apache.mahout.clustering.dirichlet that return DirichletState
static DirichletState DirichletMapper.getDirichletState(org.apache.hadoop.conf.Configuration conf)
           
protected static DirichletState DirichletMapper.loadState(org.apache.hadoop.conf.Configuration conf, String statePath, DistributionDescription description, double alpha, int k)
           
 

Methods in org.apache.mahout.clustering.dirichlet with parameters of type DirichletState
 void DirichletReducer.setup(DirichletState state)
           
 void DirichletMapper.setup(DirichletState state)
           
 

Constructors in org.apache.mahout.clustering.dirichlet with parameters of type DirichletState
DirichletClusterer(DirichletState state)
          This constructor is used by DirichletMapper and DirichletReducer for setting up their clusterer
 



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