forked from dinukap/AdaSampling
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 773 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: AdaSampling
Type: Package
Title: Adaptive Sampling for Positive Unlabeled and Label Noise Learning
Version: 1.3
Author: Pengyi Yang
Maintainer: Pengyi Yang <yangpy7@gmail.com>
Description: Implements the adaptive sampling procedure, a framework for both positive unlabeled learning and learning with class label noise. Yang, P., Ormerod, J., Liu, W., Ma, C., Zomaya, A., Yang, J. (2018) <doi:10.1109/TCYB.2018.2816984>.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.4.0)
LazyData: true
Imports: caret (>= 6.0-78) ,
class (>= 7.3-14),
e1071 (>= 1.6-8),
stats,
MASS
BugReports: https://github.com/PengyiYang/AdaSampling/issues
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/PengyiYang/AdaSampling/
RoxygenNote: 6.1.1