print.TuneParetoResult: Print method for objects used in TunePareto

View source: R/tunePareto.R

print.TuneParetoResultR 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 TuneParetoResult, TuneParetoClassifier or TuneParetoModel to be printed.

...

Further parameters (currently unused).

Value

Invisibly returns the printed object.

See Also

tunePareto, tuneParetoClassifier, trainTuneParetoClassifier


TunePareto documentation built on Oct. 2, 2023, 5:06 p.m.