Uses of Class
org.knowceans.dirichlet.atm.AtmGibbsSampler

Packages that use AtmGibbsSampler
org.knowceans.dirichlet.atm   
 

Uses of AtmGibbsSampler in org.knowceans.dirichlet.atm
 

Subclasses of AtmGibbsSampler in org.knowceans.dirichlet.atm
 class AtmGibbsQuerySampler
          AtmGibbsQuerySampler allows sampling from known markov states, i.e., the model of an author-corpus, which can be used to predict the topics of query documents.
 

Constructors in org.knowceans.dirichlet.atm with parameters of type AtmGibbsSampler
AtmTopicSimilarities(AtmGibbsSampler lda, boolean terms, boolean authors, boolean pl, boolean js)
          Initialise topic similarities using an existing lda gibbs sampler, whose phi and theta values are shared.