Package: MDFS 1.5.3
MDFS: MultiDimensional Feature Selection
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>.
Authors:
MDFS_1.5.3.tar.gz
MDFS_1.5.3.tar.gz(r-4.5-noble)MDFS_1.5.3.tar.gz(r-4.4-noble)
MDFS_1.5.3.tgz(r-4.4-emscripten)MDFS_1.5.3.tgz(r-4.3-emscripten)
MDFS.pdf |MDFS.html✨
MDFS/json (API)
NEWS
# Install 'MDFS' in R: |
install.packages('MDFS', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- madelon - An artificial dataset called MADELON
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 years agofrom:101fae75ea. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-linux-x86_64 | OK | Nov 06 2024 |
Exports:AddContrastVariablesComputeInterestingTuplesComputeInterestingTuplesDiscreteComputeMaxInfoGainsComputeMaxInfoGainsDiscreteComputePValueDiscretizeGenContrastVariablesGetRangeMDFSmdfs_omp_set_num_threadsRelevantVariables
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add contrast variables to data | AddContrastVariables |
as.data.frame S3 method implementation for MDFS | as.data.frame.MDFS |
Interesting tuples | ComputeInterestingTuples |
Interesting tuples (discrete) | ComputeInterestingTuplesDiscrete |
Max information gains | ComputeMaxInfoGains |
Max information gains (discrete) | ComputeMaxInfoGainsDiscrete |
Compute p-values from information gains and return MDFS | ComputePValue |
Discretize variable on demand | Discretize |
Generate contrast variables from data | GenContrastVariables |
Get the recommended range for multiple discretisations | GetRange |
An artificial dataset called MADELON | madelon |
Run end-to-end MDFS | MDFS |
Call omp_set_num_threads | mdfs_omp_set_num_threads |
Plot MDFS details | plot.MDFS |
Find indices of relevant variables | RelevantVariables |
Find indices of relevant variables from MDFS | RelevantVariables.MDFS |