Rdimtools : Dimension Reduction and Estimation Methods
Rdimtools is an R package for dimension reduction, manifold learning, and intrnsic dimension estimation methods. Current version 1.0.0
provides 133 manifold learning methods and 17 intrinsic dimension estimation methods.
The philosophy is simple, the more we have at hands, the better we can play.
Installation
You can install a release version from CRAN:
install.packages("Rdimtools")
or the development version from github:
## install.packages("devtools")
devtools::install_github("kyoustat/Rdimtools")