inTrees (version 1.2)

selectRuleRRF: 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

See Also

buildLearner

Examples

Run this code
# NOT RUN {
 # See function "buildLearner:
# }

Run the code above in your browser using DataCamp Workspace