eliminate_RF: Eliminate features with Random forest by sorting variable...

Description Usage Arguments Value

View source: R/model_specific_feature_selection.R

Description

Eliminate features with Random forest by sorting variable importance.

Usage

1
eliminate_RF(x, y, keepn = 100, fitControl)

Arguments

x

train dataframe

y

train class

keepn

Number of genes to keep

fitControl

a configuration list for caret package

Value

a vector of selected genes


ahmedelmahy/RNASeqclassifier1 documentation built on May 25, 2019, 2:24 p.m.