Apply a multiclass ODA rule to new data
oda_rule_predict_multiclass.RdPredict class labels for new attribute values using a fitted multiclass ODA rule.
Usage
oda_rule_predict_multiclass(x, rule,
boundary = c("megaoda_halfopen","right_closed"))Arguments
- x
Numeric attribute values.
- rule
A rule list from
oda_multiclass_unioda_coreoroda_fit.- boundary
Boundary convention. Default
"megaoda_halfopen"matches MegaODA.exe.