Test if object is a OneR model.
is.OneR(x)
x
object to be tested.
a logical whether object is of class "OneR".
Holger von Jouanne-Diedrich
https://github.com/vonjd/OneR
model <- OneR(iris) is.OneR(model) # evaluates to TRUE