Package: lda 1.5.2

lda: Collapsed Gibbs Sampling Methods for Topic Models

Implements latent Dirichlet allocation (LDA) and related models. This includes (but is not limited to) sLDA, corrLDA, and the mixed-membership stochastic blockmodel. Inference for all of these models is implemented via a fast collapsed Gibbs sampler written in C. Utility functions for reading/writing data typically used in topic models, as well as tools for examining posterior distributions are also included.

Authors:Jonathan Chang

lda_1.5.2.tar.gz
lda_1.5.2.zip(r-4.7)lda_1.5.2.zip(r-4.6)lda_1.5.2.zip(r-4.5)
lda_1.5.2.tgz(r-4.6-x86_64)lda_1.5.2.tgz(r-4.6-arm64)lda_1.5.2.tgz(r-4.5-x86_64)lda_1.5.2.tgz(r-4.5-arm64)
lda_1.5.2.tar.gz(r-4.7-arm64)lda_1.5.2.tar.gz(r-4.7-x86_64)lda_1.5.2.tar.gz(r-4.6-arm64)lda_1.5.2.tar.gz(r-4.6-x86_64)
lda_1.5.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
lda/json (API)

# Install 'lda' in R:
install.packages('lda', repos = c('https://solivella.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/solivella/lda/issues

Datasets:

On CRAN:

Conda:

7.72 score 11 packages 550 scripts 5.7k downloads 15 mentions 22 exports 0 dependencies

Last updated from:62c5e3a614. Checks:6 WARNING, 2 OK, 5 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64WARNING157
linux-devel-x86_64WARNING141
source / vignettesOK207
linux-release-arm64WARNING123
linux-release-x86_64WARNING120
macos-release-arm64FAIL59
macos-release-x86_64FAIL168
macos-oldrel-arm64FAIL61
macos-oldrel-x86_64FAIL97
windows-develWARNING129
windows-releaseWARNING133
windows-oldrelFAIL63
wasm-releaseOK103

Exports:concatenate.documentsdocument.lengthsfilter.wordslda.collapsed.gibbs.samplerlda.cvb0lexicalizelinks.as.edgelistmmsb.collapsed.gibbs.samplernubbi.collapsed.gibbs.samplerpredictive.distributionpredictive.link.probabilityread.documentsread.vocabrtm.collapsed.gibbs.samplerrtm.emshift.word.indicesslda.emslda.predictslda.predict.docsumstop.topic.documentstop.topic.wordsword.counts

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Collapsed Gibbs Sampling Methods for Topic Modelslda-package lda
A subset of the Cora dataset of scientific documents.cora cora.cites cora.documents cora.titles cora.vocab
Functions to manipulate text corpora in LDA format.concatenate.documents filter.words shift.word.indices
Functions to Fit LDA-type modelslda.collapsed.gibbs.sampler lda.cvb0 mmsb.collapsed.gibbs.sampler slda.em
Generate LDA Documents from Raw Textlexicalize
Convert a set of links keyed on source to a single list of edges.links.as.edgelist
A collection of newsgroup messages with classes.newsgroup newsgroup.label.map newsgroup.test.documents newsgroup.test.labels newsgroup.train.documents newsgroup.train.labels newsgroup.vocab
Collapsed Gibbs Sampling for the Networks Uncovered By Bayesian Inference (NUBBI) Model.nubbi.collapsed.gibbs.sampler
A collection of political blogs with ratings.poliblog poliblog.documents poliblog.ratings poliblog.vocab
Compute predictive distributions for fitted LDA-type models.predictive.distribution
Use the RTM to predict whether a link exists between two documents.predictive.link.probability
Read LDA-formatted Document and Vocabulary Filesread.documents read.vocab
Collapsed Gibbs Sampling for the Relational Topic Model (RTM).rtm.collapsed.gibbs.sampler rtm.em
Sampson monk datasampson
Predict the response variable of documents using an sLDA model.slda.predict slda.predict.docsums
Get the Top Words and Documents in Each Topictop.topic.documents top.topic.words
Compute Summary Statistics of a Corpusdocument.lengths word.counts