-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.11 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
Package: oneClass
Type: Package
Title: One-class classification in the absence of test data
Version: 0.5.0
Date: 2015-05-29
Author: Benjamin Mack
Maintainer: Benjamin Mack <[email protected]>
Description: oneClass implements the one-class classifiers one-class SVM,
biased SVM, and Maxent, as custom functions for the train function
of the package caret.
Thus, the extensive infrastructure of the caret package can be used
for training and analyzing one-class classification models.
The infrastructure is further extended by one-class classification
specific tools which should help the which are useful to
understand and thus improve one-class classifier outcomes in the
absence of a representative and complete test data.
The package is developed for one-class land cover classification and
also handles raster data.
License: GPLv3+
LazyLoad: yes
Depends:
caret,
pROC,
kernlab
Imports:
raster,
spatial.tools,
dismo,
foreach
Suggests:
rJava,
RColorBrewer,
testthat,
Roxygen: list(wrap = FALSE)
URL: https://github.com/benmack/oneClass
RoxygenNote: 5.0.1