selectRuleRRF {inTrees} | R Documentation |
select a set of relevant and non-redundant rules using regularized random forests
selectRuleRRF(ruleMetric, X, target)
ruleMetric |
a matrix including the rules and metrics |
X |
predictor variable matrix |
target |
response variable |
a matrix including a set of relevant and non-redundant rules, and their metrics
Houtao Deng
# See function "buildLearner: