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 |
... |
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
See Also
Examples
model <- OneR(iris)
print(model)
[Package OneR version 2.2 Index]