Uses of Class
cc.mallet.topics.ParallelTopicModel

Packages that use ParallelTopicModel
cc.mallet.classify Classes for training and classifying instances. 
cc.mallet.topics   
 

Uses of ParallelTopicModel in cc.mallet.classify
 

Methods in cc.mallet.classify with parameters of type ParallelTopicModel
static java.util.ArrayList<java.lang.Integer> FeatureConstraintUtil.selectTopLDAFeatures(int numSelFeatures, ParallelTopicModel lda, Alphabet alphabet)
          Select top features in LDA topics.
 

Uses of ParallelTopicModel in cc.mallet.topics
 

Methods in cc.mallet.topics that return ParallelTopicModel
static ParallelTopicModel ParallelTopicModel.read(java.io.File f)
           
 

Constructors in cc.mallet.topics with parameters of type ParallelTopicModel
TopicModelDiagnostics(ParallelTopicModel model, int numTopWords)