CRAN/E | RandPro

RandPro

Random Projection with Classification

Installation

About

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.

Key Metrics

Version 0.2.2
Published 2020-07-19 1386 days ago
Needs compilation? no
License GPL-2
License GPL-3
CRAN checks RandPro results

Downloads

Yesterday 2 0%
Last 7 days 43 -16%
Last 30 days 161 -9%
Last 90 days 465 -34%
Last 365 days 2.192 -30%

Maintainer

Maintainer

Siddharth R

r.siddharthcse@gmail.com

Authors

Aghila G
Siddharth R

Material

README
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

RandPro archive

Depends

caret

Imports

stats
e1071