Skip to contents

Predict 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_core or oda_fit.

boundary

Boundary convention. Default "megaoda_halfopen" matches MegaODA.exe.

Value

Integer vector of predicted class labels.