A Framework fs for Dimensionality Reduction for the R language.
A collection of dimensionality reduction techniques from R packages and provides a common interface for calling the methods.
## install.packages("devtools")
devtools::install_github("gdkrmr/dimRed")
Install from CRAN
install.packages("dimRed")
Load it:
library(dimRed)
Install dependencies:
## The package dependencies are not installed automatically:
dimRed::installSuggests()