print.knncat {knncat} | R Documentation |
Print the misclassification rate for a knncat classifier
## S3 method for class 'knncat' print(x, ...)
x |
Knncat object, from knncat |
... |
Other arguments, currently ignored |
This prints the misclassification rate from the knncat classifier, together with an indication as to whether it was based on a training or test set.
None.
Samuel E. Buttrey, buttrey@nps.edu