is.OneR: Test OneR model objects

Description Usage Arguments Value Author(s) References Examples

Description

Test if object is a OneR model.

Usage

1

Arguments

x

object to be tested.

Value

a logical whether object is of class "OneR".

Author(s)

Holger von Jouanne-Diedrich

References

https://github.com/vonjd/OneR

Examples

1
2
model <- OneR(iris)
is.OneR(model) # evaluates to TRUE

Example output

[1] TRUE

OneR documentation built on May 2, 2019, 9:33 a.m.