Package: topicmodels 0.2-17

Bettina Grün
topicmodels: Topic Models
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.
Authors:
topicmodels_0.2-17.tar.gz
topicmodels_0.2-17.tar.gz(r-4.7-arm64)topicmodels_0.2-17.tar.gz(r-4.7-x86_64)topicmodels_0.2-17.tar.gz(r-4.6-arm64)topicmodels_0.2-17.tar.gz(r-4.6-x86_64)
topicmodels_0.2-17.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
topicmodels/json (API)
| # Install 'topicmodels' in R: |
| install.packages('topicmodels', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- AssociatedPress - Associated Press data
- JSS_papers - JSS Papers Dublin Core Metadata
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:9f331d1955. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 150 | ||
| linux-devel-x86_64 | OK | 143 | ||
| source / vignettes | OK | 233 | ||
| linux-release-arm64 | OK | 157 | ||
| linux-release-x86_64 | OK | 152 | ||
| wasm-release | OK | 182 |
Exports:CTMdistHellingerdtm2ldaformatget_termsget_topicsLDAldaformat2dtmlogLikperplexityposteriortermstopics
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Associated Press data | AssociatedPress |
| Correlated Topic Model | CTM |
| Compute Hellinger distance | distHellinger distHellinger.default distHellinger.simple_triplet_matrix |
| JSS Papers Dublin Core Metadata | JSS_papers |
| Latent Dirichlet Allocation | LDA |
| Transform data from and for use with the 'lda' package | dtm2ldaformat ldaformat2dtm |
| Methods for Function logLik | logLik,Gibbs_list-method logLik,TopicModel-method |
| Methods for Function perplexity | perplexity perplexity,ANY,DocumentTermMatrix-method perplexity,ANY,matrix-method perplexity,Gibbs,simple_triplet_matrix-method perplexity,Gibbs_list,simple_triplet_matrix-method perplexity,list,missing-method perplexity,list,simple_triplet_matrix-method perplexity,VEM,missing-method perplexity,VEM,simple_triplet_matrix-method |
| Determine posterior probabilities | posterior,TopicModel,ANY-method posterior,TopicModel,missing-method |
| Extract most likely terms or topics. | get_terms get_topics terms,TopicModel-method topics topics,TopicModel-method |
| Virtual class "TopicModel" | CTM-class LDA-class show,TopicModel-method TopicModel-class |
| Different classes for controlling the estimation of topic models | coerce,list,CTM_VEMcontrol-method coerce,list,LDA_VEMcontrol-method coerce,list,OPTcontrol-method coerce,NULL,CTM_VEMcontrol-method coerce,NULL,LDA_VEMcontrol-method coerce,NULL,LDcontrol-method coerce,NULL,OPTcontrol-method CTM_VEMcontrol-class LDAcontrol-class LDA_Gibbscontrol-class LDA_VEMcontrol-class OPTcontrol-class TopicModelcontrol-class |