-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
84 lines (84 loc) · 2.16 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Package: RSSL
Version: 0.9.7
Title: Implementations of Semi-Supervised Learning Approaches for Classification
Authors@R: c(person("Jesse", "Krijthe", role = c("aut", "cre"),
email = "jkrijthe@gmail.com"))
Depends:
R(>= 2.10.0)
Imports:
methods,
Rcpp,
MASS,
kernlab,
quadprog,
Matrix,
dplyr,
tidyr,
ggplot2,
reshape2,
scales,
cluster
LinkingTo: Rcpp, RcppArmadillo
Suggests:
testthat,
rmarkdown,
SparseM,
numDeriv,
LiblineaR,
covr
Description: A collection of implementations of semi-supervised classifiers
and methods to evaluate their performance. The package includes implementations
of, among others, Implicitly Constrained Learning, Moment Constrained Learning,
the Transductive SVM, Manifold regularization, Maximum Contrastive Pessimistic
Likelihood estimation, S4VM and WellSVM.
License: GPL (>= 2)
URL: /~https://github.com/jkrijthe/RSSL
BugReports: /~https://github.com/jkrijthe/RSSL
Roxygen: list(old_usage = TRUE)
Collate:
'Generics.R'
'Classifier.R'
'CrossValidation.R'
'LeastSquaresClassifier.R'
'EMLeastSquaresClassifier.R'
'NormalBasedClassifier.R'
'LinearDiscriminantClassifier.R'
'EMLinearDiscriminantClassifier.R'
'NearestMeanClassifier.R'
'EMNearestMeanClassifier.R'
'LogisticRegression.R'
'EntropyRegularizedLogisticRegression.R'
'Evaluate.R'
'GRFClassifier.R'
'GenerateSSLData.R'
'HelperFunctions.R'
'ICLeastSquaresClassifier.R'
'ICLinearDiscriminantClassifier.R'
'KernelLeastSquaresClassifier.R'
'KernelICLeastSquaresClassifier.R'
'LaplacianKernelLeastSquaresClassifier.R'
'LaplacianSVM.R'
'LearningCurve.R'
'LinearSVM.R'
'LogisticLossClassifier.R'
'MCLinearDiscriminantClassifier.R'
'MCNearestMeanClassifier.R'
'MCPLDA.R'
'MajorityClassClassifier.R'
'Measures.R'
'Plotting.R'
'QuadraticDiscriminantClassifier.R'
'RSSL-package.R'
'RcppExports.R'
'S4VM.R'
'SVM.R'
'SelfLearning.R'
'TSVM.R'
'USMLeastSquaresClassifier.R'
'WellSVM.R'
'scaleMatrix.R'
'svmd.R'
'svmlin.R'
'testdata-data.R'
Encoding: UTF-8
RoxygenNote: 7.2.3