Learn R Programming

mlr3 (version 0.10.0)

as_resample_result: Convert to ResampleResult

Description

Simple S3 method to convert objects to a ResampleResult.

Usage

as_resample_result(x, ...)

Arguments

x

(any) Object to dispatch on, e.g. a ResampleResult.

...

(any) Currently not used.

Value

(ResampleResult).