Rdocumentation
powered by
Learn R Programming
mlr (version 2.10)
learnerArgsToControl: Convert arguments to control structure.
Description
Find all elements in
...
which are not missing and call
control
on them.
Usage
learnerArgsToControl(control, ...)
Arguments
control
[
function
] Function that creates control structure.
...
[any] Arguments for control structure function.
Value
Control structure for learner.