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) |
... |
(any) |
Value
[Package mlr3 version 0.20.2 Index]