Learn R Programming

mlr3 (version 0.3.0)

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).