forked from nikita-moor/ldatuning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 901 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: ldatuning
Type: Package
Title: Tuning of the Latent Dirichlet Allocation Models Parameters
Description: For this first version only metrics to estimate the best fitting
number of topics are implemented.
Version: 1.0.2
Date: 2020-04-09
Authors@R: c(person("Murzintcev", "Nikita", email = "nikita@lreis.ac.cn",
role = c("aut")),
person("Nathan", "Chaney", role = c("ctb", "cre"),
email = "nathan@nathanchaney.com",
comment = c(ORCID = "0000-0001-8985-2514")))
URL: https://github.com/nikita-moor/ldatuning
BugReports: https://github.com/nikita-moor/ldatuning/issues
License: BSD_2_clause + file LICENSE
LazyData: TRUE
Imports:
parallel,
topicmodels,
slam,
Rmpfr,
ggplot2,
reshape2,
scales,
grid
Suggests:
knitr,
rmarkdown,
tibble
VignetteBuilder: knitr
RoxygenNote: 7.1.0