-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
27 lines (27 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
Package: born
Type: Package
Version: 0.1.0
Date: 2018-06-12
Title: Generate Borderline Noise for Classification Problems
Description: Provides new methods for the artificial addition of label noise in
the borderline examples to add more challenging and yet realistic artificial
noise to classification datasets. The main difference between the methods is
the criterion and bias adopted to estimate which are the borderline examples
to be disturbed: the first method is based on the ratio of intra/inter class
Nearest Neighbor distance and the second method is based on the distance
between the examples and the decision border induced by a radial kernel.
Author: Luis Garcia [aut, cre],
Jens Lehmann [aut],
Andre de Carvalho [aut],
Ana Lorena [aut]
Maintainer: Luis Garcia <[email protected]>
URL: https://github.com/lpfgarcia/born/
Imports:
cluster,
e1071,
stats
License: MIT + file LICENSE
BugReports: https://github.com/lpfgarcia/born/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1