selectRuleRRF: select a set of relevant and non-redundant rules

View source: R/selectRuleRRF.R

selectRuleRRFR Documentation

select a set of relevant and non-redundant rules

Description

select a set of relevant and non-redundant rules using regularized random forests

Usage

selectRuleRRF(ruleMetric, X, target)

Arguments

ruleMetric

a matrix including the rules and metrics

X

predictor variable matrix

target

Value

a matrix including a set of relevant and non-redundant rules, and their metrics

Author(s)

Houtao Deng

See Also

buildLearner

Examples

 # See function "buildLearner:

inTrees documentation built on June 1, 2022, 1:06 a.m.