Skip to content
forked from gdkrmr/dimRed

⚠️ Read-only copy of dimRed, A Framework for Dimensionality Reduction

License

Notifications You must be signed in to change notification settings

EarthyScience/dimRed

 
 

Repository files navigation

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

About

⚠️ Read-only copy of dimRed, A Framework for Dimensionality Reduction

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.4%
  • Shell 0.6%