Pretty Print Method for classifier
Objects
print.classifier.Rd
Display a human-readable summary of a classifier
object, including information about the k-NN classifier, the model fit, and the dimensions of the scores matrix.
Usage
# S3 method for classifier
print(x, ...)
Arguments
- x
A
classifier
object.- ...
Additional arguments passed to
print()
.