Rdimtools Development Repository
Rdimtools is an R package for Dimension Reduction (also known as Manifold Learning) and 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("kisungyou/Rdimtools")