-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 1.73 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: D2MCS
Type: Package
Title: Data Driving Multiple Classifier System
Version: 1.0.1
Authors@R:
c(person(given = "David",
family = "Ruano-Ordás",
role = c("aut","ctb"),
email = "[email protected]"),
person(given = "Miguel",
family = "Ferreiro-Díaz",
role = c("aut","cre"),
email = "[email protected]"),
person(given = "José Ramón",
family = "Méndez",
role = c("aut","ctb"),
email = "[email protected]"),
person(given = "University of Vigo",
role = c("cph")))
Description:
Provides a novel framework to able to automatically develop and deploy
an accurate Multiple Classifier System based on the feature-clustering
distribution achieved from an input dataset. 'D2MCS' was developed focused on
four main aspects: (i) the ability to determine an effective method to
evaluate the independence of features, (ii) the identification of the
optimal number of feature clusters, (iii) the training and tuning of ML
models and (iv) the execution of voting schemes to combine the outputs of
each classifier comprising the Multiple Classifier System.
Date: 2022-08-22
License: GPL-3
URL: https://github.com/drordas/D2MCS
BugReports: https://github.com/drordas/D2MCS/issues
Depends:
R (>= 4.2)
Imports:
caret,
devtools,
dplyr,
FSelector,
ggplot2,
ggrepel,
gridExtra,
infotheo,
mccr,
mltools,
ModelMetrics,
questionr,
recipes,
R6,
tictoc,
varhandle
Suggests:
grDevices,
knitr,
rmarkdown,
testthat (>= 3.0.2)
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Encoding: UTF-8
NeedsCompilation: no
Config/testthat/edition: 2