computeRuleInfor {inTrees} | R Documentation |
compute rule information
Description
compute rule information
Usage
computeRuleInfor(instIx, pred, target)
Arguments
instIx |
indices of the intances |
pred |
prediction from a rule |
target |
target values for the instances |
Value
return error and frequency
Examples
# this is an internal function.
[Package inTrees version 1.4 Index]