-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
30 lines (29 loc) · 1015 Bytes
/
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
Package: SCoL
Type: Package
Version: 0.1.0
Date: 2018-01-14
Title: Simulated Complexity Measure
Description: The Simulated Complexity Library simulates a set of complexity
measures using models generated by a meta-learning approach to decrease the
asymptotic computational complexity of the original measures for
classification problems. The simulation is made by the models generated by
the extraction of simple and efficient meta-features implemented by mfe
package. The measures are described in the paper Lorena et al. (2018)
<doi:10.1007/s10994-017-5681-1>.
Author: Luis Garcia [aut, cre],
Adriano Rivolli [aut, ctb],
Edesio Alcobaca [aut, ctb],
Ana Lorena [aut, ctb],
Andre de Carvalho [aut, ctb]
Maintainer: Luis Garcia <lpfgarcia@icmc.usp.br>
URL: https://github.com/lpfgarcia/SCoL/
Depends:
R (>= 3.3),
Imports:
mfe,
randomForest
License: MIT + file LICENSE
BugReports: https://github.com/lpfgarcia/SCoL/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1