Uses of Package
cc.mallet.topics

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

Classes in cc.mallet.topics used by cc.mallet.classify
ParallelTopicModel
          Simple parallel threaded implementation of LDA, following the UCI NIPS paper, with SparseLDA sampling scheme and data structure.
 

Classes in cc.mallet.topics used by cc.mallet.topics
LDAHyper
          Latent Dirichlet Allocation with optimized hyperparameters
LDAHyper.Topication
           
ParallelTopicModel
          Simple parallel threaded implementation of LDA, following the UCI NIPS paper, with SparseLDA sampling scheme and data structure.
TopicAssignment
          This class combines a sequence of observed features with a sequence of hidden "labels".
TopicInferencer
           
WorkerRunnable
          A parallel topic model runnable task.