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<VectorWritable> DirichletDriver.createState(java.lang.String modelFactory, java.lang.String modelPrototype, int prototypeSize, int numModels, double alpha_0)
          Creates a DirichletState object from the given arguments.
static DirichletState<VectorWritable> DirichletMapper.getDirichletState(org.apache.hadoop.mapred.JobConf job)
           
 

Methods in org.apache.mahout.clustering.dirichlet with parameters of type DirichletState
 void DirichletReducer.configure(DirichletState<VectorWritable> state)
           
 void DirichletMapper.configure(DirichletState<VectorWritable> state)
           
 



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