-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
31 lines (31 loc) · 1.01 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
Package: ECoL
Type: Package
Version: 0.4.2
Date: 2020-12-18
Title: Complexity Measures for Supervised Problems
Description: Provides measures to characterize the complexity of classification
and regression problems based on aspects that quantify the linearity of the
data, the presence of informative feature, the sparsity and dimensionality
of the datasets. This package provides bug fixes, generalizations and
implementations of many state of the art measures. The measures are
described in the papers: Lorena et al. (2019) <doi:10.1145/3347711> and
Lorena et al. (2018) <doi:10.1007/s10994-017-5681-1>.
Author: Luis Garcia [aut, cre],
Ana Lorena [aut, ctb],
Marcilio Souto [aut, ctb],
Tin K. Ho [aut, ctb]
Maintainer: Luis Garcia <[email protected]>
URL: https://github.com/lpfgarcia/ECoL/
Imports:
cluster,
e1071,
FNN,
igraph,
MASS
Suggests:
testthat
License: MIT + file LICENSE
BugReports: https://github.com/lpfgarcia/ECoL/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1