Uses of Class
cc.mallet.topics.TopicInferencer

Packages that use TopicInferencer
cc.mallet.topics   
 

Uses of TopicInferencer in cc.mallet.topics
 

Methods in cc.mallet.topics that return TopicInferencer
 TopicInferencer ParallelTopicModel.getInferencer()
          Return a tool for estimating topic distributions for new documents
 TopicInferencer PolylingualTopicModel.getInferencer(int language)
          Return a tool for estimating topic distributions for new documents
static TopicInferencer TopicInferencer.read(java.io.File f)