print-Predictor {distillML} | R Documentation |
The Printing method for Predictor class
Description
Prints the task of an instance of the Predictor class.
Usage
## S3 method for class 'Predictor'
print(x, ...)
Arguments
x |
The Predictor object to print |
... |
Additional arguments passed to the print function. |
[Package distillML version 0.1.0.13 Index]