Uses of Class
org.apache.mahout.clustering.lda.cvb.TopicModel

Packages that use TopicModel
org.apache.mahout.clustering.lda.cvb   
 

Uses of TopicModel in org.apache.mahout.clustering.lda.cvb
 

Methods in org.apache.mahout.clustering.lda.cvb that return TopicModel
 TopicModel ModelTrainer.getReadModel()
           
 

Constructors in org.apache.mahout.clustering.lda.cvb with parameters of type TopicModel
ModelTrainer(TopicModel model, int numTrainThreads, int numTopics, int numTerms)
          WARNING: this constructor may not lead to good behavior.
ModelTrainer(TopicModel initialReadModel, TopicModel initialWriteModel, int numTrainThreads, int numTopics, int numTerms)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.