-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
53 lines (53 loc) · 2.29 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: ssc
Type: Package
Title: Semi-Supervised Classification Methods
Version: 2.1-0
Authors@R: c(person("Mabel", "González", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0152-444X")),
person("Osmani", "Rosado-Falcón", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2639-3354")),
person("José Daniel", "Rodríguez", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8489-4106")),
person("Christoph", "Bergmeir", role = c("ths", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3665-9021")),
person("Isaac", "Triguero", role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0150-0651")),
person("José Manuel", "Benítez", role = "ths",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2346-0793"))
)
Description: Provides a collection of self-labeled techniques for semi-supervised
classification. In semi-supervised classification, both labeled and unlabeled
data are used to train a classifier. This learning paradigm has obtained promising
results, specifically in the presence of a reduced set of labeled examples.
This package implements a collection of self-labeled techniques to construct a
classification model. This family of techniques enlarges the original labeled set
using the most confident predictions to classify unlabeled data. The techniques
implemented can be applied to classification problems in several domains by the
specification of a supervised base classifier. At low ratios of labeled data, it
can be shown to perform better than classical supervised classifiers.
Depends: R (>= 3.2.3)
Imports:
stats,
proxy
Suggests:
caret,
e1071,
C50,
kernlab,
testthat,
timeDate,
stringi,
R.rsp
VignetteBuilder: R.rsp
License: GPL (>= 3)
URL: https://github.com/mabelc/SSC
BugReports: https://github.com/mabelc/SSC/issues
Encoding: UTF-8
RoxygenNote: 6.1.0
NeedsCompilation: no