lda_cgs_em: LDA: Gibbs-EM

Description Usage See Also

View source: R/RcppExports.R

Description

This implements the Gibbs-EM algorithm for LDA that is mentioned in the paper Topic Modeling: Beyond Bag-of-Words. Wallach (2006).

Usage

1
2
lda_cgs_em(num_topics, vocab_size, docs_tf, alpha_h, eta_h, em_max_iter,
  gibbs_max_iter, burn_in, spacing, verbose)

See Also

Other MCMC: lda_acgs_st, lda_cgs_em_perplexity, lda_cgs_perplexity, lda_fgs_BF_perplexity, lda_fgs_perplexity, lda_fgs_ppc, lda_fgs_st_perplexity


clintpgeorge/ldamcmc documentation built on Feb. 22, 2020, 12:39 p.m.