Learn R Programming

⚠️There's a newer version (0.2-17) of this package.Take me there.

topicmodels (version 0.2-8)

Topic Models

Description

Provides an interface to the C code for Latent Dirichlet Allocation (LDA) models and Correlated Topics Models (CTM) by David M. Blei and co-authors and the C++ code for fitting LDA models using Gibbs sampling by Xuan-Hieu Phan and co-authors.

Copy Link

Version

Install

install.packages('topicmodels')

Monthly Downloads

12,374

Version

0.2-8

License

GPL-2

Maintainer

Bettina Gruen

Last Published

December 21st, 2018

Functions in topicmodels (0.2-8)

ldaformat2dtm

Transform data from and for use with the lda package
TopicModelcontrol-class

Different classes for controlling the estimation of topic models
LDA

Latent Dirichlet Allocation
logLik-methods

Methods for Function logLik
terms_and_topics

Extract most likely terms or topics.
AssociatedPress

Associated Press data
perplexity

Methods for Function perplexity
CTM

Correlated Topic Model
build_graph

Construct the adjacency matrix for a topic graph
distHellinger

Compute Hellinger distance
posterior-methods

Determine posterior probabilities
TopicModel-class

Virtual class "TopicModel"