print.classifier {multivarious} | R Documentation |
Pretty Print Method for classifier
Objects
Description
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 class 'classifier'
print(x, ...)
Arguments
x |
A |
... |
Additional arguments passed to |
Value
classifier
object.
[Package multivarious version 0.2.0 Index]