dimRed
A Framework 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.
Installing:
## install.packages("devtools")
devtools::install_github("gdkrmr/dimRed")Install from CRAN
## not yet possible, but once it is on there use:
install.packages("dimRed")Load it:
library(dimRed)Install dependencies:
## The package dependencies are not installed automatically:
dimRed::installSuggests()