Learn R Programming

mlr3 (version 0.23.0)

as_learner: Convert to a Learner

Description

Convert object to a Learner or a list of Learner.

Usage

as_learner(x, ...)

# S3 method for Learner as_learner(x, clone = FALSE, discard_state = FALSE, ...)

as_learners(x, ...)

# S3 method for default as_learners(x, ...)

# S3 method for list as_learners(x, ...)

Value

Learner.

Arguments

x

(any)
Object to convert.

...

(any)
Additional arguments.

clone

(logical(1))
If TRUE, ensures that the returned object is not the same as the input x.

discard_state

(logical(1)) Whether to discard the state.