-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathDESCRIPTION
More file actions
19 lines (19 loc) · 803 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
19 lines (19 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: lda
Type: Package
Title: Collapsed Gibbs Sampling Methods for Topic Models
Version: 1.5.1
Date: 2018-05-16
Author: Jonathan Chang
Maintainer: Jonathan Chang <slycoder@gmail.com>
Description: 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.
License: LGPL
LazyLoad: yes
Suggests: Matrix, reshape2, ggplot2 (>= 2.1.0), penalized, nnet
BugReports: https://github.com/slycoder/R-lda/issues