print.OneR: Print OneR models

Description Usage Arguments Details Author(s) References See Also Examples

Description

print method for class OneR.

Usage

1
2
## S3 method for class 'OneR'
print(x, ...)

Arguments

x

object of class "OneR".

...

further arguments passed to or from other methods.

Details

Prints the rules and the accuracy of an OneR model.

Author(s)

Holger von Jouanne-Diedrich

References

https://github.com/vonjd/OneR

See Also

OneR

Examples

1
2
model <- OneR(iris)
print(model)

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