mlr3 (version 0.1.4)

as_benchmark_result: Convert to BenchmarkResult

Description

Simple S3 method to convert objects to a BenchmarkResult.

Usage

as_benchmark_result(x, ...)

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

Arguments

x

:: any Object to dispatch on, e.g. a ResampleResult.

...

:: any Currently not used.

Value

(BenchmarkResult).