-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
38 lines (38 loc) · 917 Bytes
/
DESCRIPTION
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
32
33
34
35
36
37
38
Package: ldatuning
Type: Package
Title: Tuning of the Latent Dirichlet Allocation Models Parameters
Description: This library estimates the best fitting number of topics.
Version: 1.0.3
Date: 2024-05-31
Authors@R: c(
person(
"Murzintcev", "Nikita",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1276-3112")
),
person(
"Nathan", "Chaney",
role = c("ctb", "cre"),
email = "[email protected]",
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
Suggests:
knitr,
rmarkdown,
tibble
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Encoding: UTF-8