Convert object to a Resampling or a list of Resampling.
This method e.g. allows to convert an mlr3oml::OMLTask
to a Resampling
.
as_resampling(x, ...)# S3 method for Resampling
as_resampling(x, clone = FALSE, ...)
as_resamplings(x, ...)
# S3 method for default
as_resamplings(x, ...)
# S3 method for list
as_resamplings(x, ...)
(any)
Object to convert.
(any)
Additional arguments.
(logical(1)
)
If TRUE
, ensures that the returned object is not the same as the input x
.