-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.02 KB
/
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
39
Type: Package
Package: SSCUC
Title: Semi-supervised classification with unknown classes
Version: 0.1.0
Authors@R: c(
person("Stefan", "Schrunner", , "stefan.schrunner@nmbu.no", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1327-4855")),
person("Anna", "Jenul", , "anna.jenul@nmbu.no", role = "aut",
comment = c(ORCID = "0000-0002-6919-3483"))
)
Description: A re-implementation of the Semi-Supervised Classifier with
Unknown Classes (SSC-UC), proposed by Schrunner et al. (2020). The
package includes an implementation of Bayes and Naive Bayes
classifiers, as well as the semi-supervised SSC-UC method.
License: GPL (>= 3)
URL: https://dx.doi.org/10.1145/3341105.3373890,
https://sschrunner.github.io/SSC-UC/
Depends:
R (>= 3.5.0)
Imports:
knitr,
mclust,
Rdpack,
stats,
utils
Suggests:
caret,
dslabs,
ggplot2,
latex2exp,
mvtnorm,
rmarkdown
VignetteBuilder:
knitr
RdMacros:
Rdpack
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3