-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.12 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
Package: MDFS
Title: MultiDimensional Feature Selection
Version: 1.5.5
Date: 2024-12-11
Authors@R: c(
person("Radosław", "Piliszek", email = "[email protected]", role = c("aut", "cre")),
person("Krzysztof", "Mnich", email = "[email protected]", role = "aut"),
person("Paweł", "Tabaszewski", email = "[email protected]", role = "aut"),
person("Szymon", "Migacz", email = "[email protected]", role = "aut"),
person("Andrzej", "Sułecki", email = "[email protected]", role = "aut"),
person(c("Witold", "Remigiusz"), "Rudnicki", email = "[email protected]", role = "aut"))
URL: https://www.mdfs.it/
Description: Functions for MultiDimensional Feature Selection (MDFS):
calculating multidimensional information gains, scoring variables,
finding important variables, plotting selection results.
This package includes an optional CUDA implementation that speeds up
information gain calculation using NVIDIA GPGPUs.
R. Piliszek et al. (2019) <doi:10.32614/RJ-2019-019>.
Depends: R (>= 3.4.0)
License: GPL-3
SystemRequirements: C++17
NeedsCompilation: yes
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2