-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.25 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
Package: stabm
Title: Stability Measures for Feature Selection
Version: 1.2.2
Authors@R:
c(person(given = "Andrea",
family = "Bommert",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1005-9351")),
person(given = "Michel",
family = "Lang",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9754-0393")))
Description: An implementation of many measures for the
assessment of the stability of feature selection. Both simple measures
and measures which take into account the similarities between features
are available, see Bommert (2020) <doi:10.17877/DE290R-21906>.
License: LGPL-3
URL: https://bommert.github.io/stabm/,
https://github.com/bommert/stabm
BugReports: https://github.com/bommert/stabm/issues
Depends:
R (>= 3.5.0)
Imports:
checkmate (>= 1.8.5),
Matrix (>= 1.5-0),
methods,
stats,
utils
Suggests:
cowplot (>= 0.9.2),
ggdendro (>= 0.1-20),
ggplot2 (>= 3.0.0),
igraph (>= 1.2.1),
knitr,
mlbench,
rmarkdown,
rpart,
testthat (>= 2.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.2.2