CRAN/E | RaSEn

RaSEn

Random Subspace Ensemble Classification and Variable Screening

Installation

About

We propose a general ensemble classification framework, RaSE algorithm, for the sparse classification problem. In RaSE algorithm, for each weak learner, some random subspaces are generated and the optimal one is chosen to train the model on the basis of some criterion. To be adapted to the problem, a novel criterion, ratio information criterion (RIC) is put up with based on Kullback-Leibler divergence. Besides minimizing RIC, multiple criteria can be applied, for instance, minimizing extended Bayesian information criterion (eBIC), minimizing training error, minimizing the validation error, minimizing the cross-validation error, minimizing leave-one-out error. There are various choices of base classifier, for instance, linear discriminant analysis, quadratic discriminant analysis, k-nearest neighbour, logistic regression, decision trees, random forest, support vector machines. RaSE algorithm can also be applied to do feature ranking, providing us the importance of each feature based on the selected percentage in multiple subspaces. RaSE framework can be extended to the general prediction framework, including both classification and regression. We can use the selected percentages of variables for variable screening. The latest version added the variable screening function for both regression and classification problems.

Key Metrics

Version 3.0.0
R ≥ 3.1.0
Published 2021-10-16 923 days ago
Needs compilation? no
License GPL-2
CRAN checks RaSEn results

Downloads

Yesterday 10 0%
Last 7 days 58 0%
Last 30 days 232 -7%
Last 90 days 706 -21%
Last 365 days 3.012 +5%

Maintainer

Maintainer

Ye Tian

ye.t@columbia.edu

Authors

Ye Tian

aut / cre

Yang Feng

aut

Material

NEWS
Reference manual
Package source

Vignettes

RaSEn demo

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

RaSEn archive

Depends

R ≥ 3.1.0

Imports

MASS
caret
class
doParallel
e1071
foreach
nnet
randomForest
rpart
stats
ggplot2
gridExtra
formatR
FNN
ranger
KernelKnn
utils
ModelMetrics
glmnet

Suggests

knitr
rmarkdown