⚠️There's a newer version (0.2.2) of this package. Take me there.

RandPro (version 0.2.0)

Random Projection with Classification

Description

Performs random projection using Johnson-Lindenstrauss (JL) Lemma (see William B.Johnson and Joram Lindenstrauss (1984) ). Random Projection is a dimension reduction technique, where the data in the high dimensional space is projected into the low dimensional space using JL transform. The original high dimensional data matrix is multiplied with the low dimensional projection matrix which results in reduced matrix. The projection matrix can be generated using the projection function that is independent to the original data. Then finally apply the classification task on the projected data.

Copy Link

Version

Down Chevron

Install

install.packages('RandPro')

Monthly Downloads

161

Version

0.2.0

License

GPL (>= 2)

Maintainer

Last Published

January 10th, 2018

Functions in RandPro (0.2.0)