Learn R Programming

TunePareto (version 2.5.3)

print.TuneParetoResult: 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 TuneParetoResult
print(x, ...)
# S3 method for TuneParetoClassifier
print(x, ...)
# S3 method for TuneParetoModel
print(x, ...)

Value

Invisibly returns the printed object.

Arguments

x

An object of class TuneParetoResult, TuneParetoClassifier or TuneParetoModel to be printed.

...

Further parameters (currently unused).

See Also

tunePareto, tuneParetoClassifier, trainTuneParetoClassifier