Uses of Class
cc.mallet.topics.DMRTopicModel
-
Packages that use DMRTopicModel Package Description cc.mallet.topics -
-
Uses of DMRTopicModel in cc.mallet.topics
Methods in cc.mallet.topics that return DMRTopicModel Modifier and Type Method Description static DMRTopicModel
DMRTopicModel. read(java.io.File f)
Constructors in cc.mallet.topics with parameters of type DMRTopicModel Constructor Description DMRCallable(int numTopics, DMRTopicModel model, double beta, Randoms random, java.util.ArrayList<TopicAssignment> data, int[][] typeTopicCounts, int[] tokensPerTopic, int startDoc, int numDocs)
-