biRF: Balanced iterative random forest

Description Usage Arguments Examples

Description

A random forest embedded method for feature selection

Usage

1
biRF(dat, group, ...)

Arguments

dat

matrix of features in columns and samples in rows

group

vector of classifications for each sample in the same order as the rows in the matrix

...

all other arguments/parameters for the randomForest function from the randomForest package

Examples

1
biRF()

kennylouie/kdevtools documentation built on May 28, 2019, 3:37 p.m.