print.TuneParetoResult {TunePareto} | R Documentation |
Print method for objects used in TunePareto
Description
Customized printing methods for several objects used in TunePareto: For TuneParetoResult
objects, the Pareto-optimal parameter configurations are printed. For TuneParetoClassifier
and TuneParetoModel
objects, information on the classifier and its parameters is printed.
Usage
## S3 method for class 'TuneParetoResult'
print(x, ...)
## S3 method for class 'TuneParetoClassifier'
print(x, ...)
## S3 method for class 'TuneParetoModel'
print(x, ...)
Arguments
x |
An object of class |
... |
Further parameters (currently unused). |
Value
Invisibly returns the printed object.
See Also
tunePareto
, tuneParetoClassifier
, trainTuneParetoClassifier
[Package TunePareto version 2.5.3 Index]