Learn R Programming

mlr3 (version 0.12.0)

as_benchmark_result: Convert to BenchmarkResult

Description

Convert object to a BenchmarkResult.

Usage

as_benchmark_result(x, ...)

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

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

Arguments

x

(any) Object to convert.

...

(any) Additional arguments.

Value

(BenchmarkResult).