Learn R Programming

mlr3 (version 0.12.0)

as_resample_result: Convert to ResampleResult

Description

Convert object to a ResampleResult.

Usage

as_resample_result(x, ...)

# S3 method for ResampleResult as_resample_result(x, ...)

Arguments

x

(any) Object to convert.

...

(any) Currently not used.

Value

(ResampleResult).