print.OneR {OneR} | R Documentation |
print
method for class OneR
.
## S3 method for class 'OneR'
print(x, ...)
x |
object of class |
... |
further arguments passed to or from other methods. |
Prints the rules and the accuracy of an OneR model.
Holger von Jouanne-Diedrich
model <- OneR(iris)
print(model)