print.OneR {OneR}R Documentation

Print OneR models

Description

print method for class OneR.

Usage

## 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

model <- OneR(iris)
print(model)

[Package OneR version 2.2 Index]