Uses of Class
cc.mallet.topics.ParallelTopicModel
-
Packages that use ParallelTopicModel Package Description 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 Modifier and Type Method Description 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
Subclasses of ParallelTopicModel in cc.mallet.topics Modifier and Type Class Description class
DMRTopicModel
class
RTopicModel
A wrapper for a topic model to be used from the R statistical package through rJava.Methods in cc.mallet.topics that return ParallelTopicModel Modifier and Type Method Description static ParallelTopicModel
ParallelTopicModel. read(java.io.File f)
Constructors in cc.mallet.topics with parameters of type ParallelTopicModel Constructor Description AbstractTopicReports(ParallelTopicModel model)
JSONTopicReports(ParallelTopicModel model)
TopicModelDiagnostics(ParallelTopicModel model, int numTopWords)
-