as_benchmark_result {mlr3}R Documentation

Convert to BenchmarkResult

Description

Convert object to a BenchmarkResult.

Usage

as_benchmark_result(x, ...)

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

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

Arguments

x

(any)
Object to convert.

...

(any)
Additional arguments.

Value

(BenchmarkResult).


[Package mlr3 version 0.19.0 Index]