README.md

R-package | compressiveRDA

Introduction

The compressiveRDA pacakge implements the CRDA approach whose goal is to address three facets of high-dimensional classification: namely, accuracy, computational complexity, and interpretability. The currently available competitors of CRDA method present a weak spot for at least one of the aforementioned criteria of an HD classifier.

Installation

The compressiveRDA pacakge can be installed from GitHub, using the devtools pacakge as:

devtools::install_github("mntabassm/compressiveRDA")
library(compressiveRDA)

NOTE: If there is some problem coming then, do as:

devtools::install_github("mntabassm/compressiveRDA", force = TRUE)
library(compressiveRDA)

Example

As an example, just run the function 'crda.demo()' that does the classification for one split of a real genomic dataset, Khan'2001.

basic example code

  • crda.demo() : It does classification using a uniform prior.

  • crda.demo(prior = 'estimated') : It does classification using a empirically estimated prior.



mntabassm/compressiveRDA documentation built on Oct. 15, 2019, 6:41 p.m.