Uses of Class
org.apache.mahout.clustering.lda.LDAState

Packages that use LDAState
org.apache.mahout.clustering.lda   
 

Uses of LDAState in org.apache.mahout.clustering.lda
 

Methods in org.apache.mahout.clustering.lda that return LDAState
static LDAState LDADriver.createState(org.apache.hadoop.conf.Configuration job)
           
static LDAState LDADriver.createState(org.apache.hadoop.conf.Configuration job, boolean empty)
           
 

Methods in org.apache.mahout.clustering.lda with parameters of type LDAState
 void LDAWordTopicMapper.configure(LDAState myState)
           
 void LDADocumentTopicMapper.configure(LDAState myState)
           
 

Constructors in org.apache.mahout.clustering.lda with parameters of type LDAState
LDAInference(LDAState state)
           
 



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