Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 880 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 880 Bytes

dimRed

Travis Build Status Coverage Status CRAN_Status_Badge

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.

Installing:

## 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()