RandPro: Random Projection with Classification

Performs random projection using Johnson-Lindenstrauss (JL) Lemma (see William B.Johnson and Joram Lindenstrauss (1984) <doi:10.1090/conm/026/737400>). 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.

Getting started

Package details

AuthorAghila G, Siddharth R
MaintainerSiddharth R <r.siddharthcse@gmail.com>
LicenseGPL (>= 2)
Version0.2.2
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("RandPro")

Try the RandPro package in your browser

Any scripts or data that you put into this service are public.

RandPro documentation built on July 19, 2020, 5:06 p.m.