Feature_Selection_RF: Title Feature Selection Using Random Forest

Description Usage Arguments Value Examples

Description

Title Feature Selection Using Random Forest

Usage

1
Feature_Selection_RF(x, y, p = 0.1)

Arguments

x

Data matrix

y

Categorial dependent variable (factor)

p

Precentage of the number of variables to be chosen from x. Default value is 0.1.

Value

list of p precentage of the variables chosen by their Gini importance index.

Examples

1
# Feature_Selection_RF(x, y, p = 0.1)

HBPMedical/CCC documentation built on May 28, 2019, 12:40 p.m.