DF_dataFs: Decision Forest algorithm: Feature Selection in...

Description Usage Arguments Value

Description

Decision Forest algorithm: feature selection for two-class predictions, kept statistical significant features pass the t-test

Usage

1
DF_dataFs(X, Y, p_val = 0.05)

Arguments

X

Training Dataset

Y

Training Labels

p_val

Correlation Coefficient threshold to filter out high correlated features; default is 0.95

Value

Keep_feat: qualified features in data matrix after filtering


seldas/Dforest documentation built on May 30, 2019, 8:08 p.m.