learnerArgsToControl {mlr} | R Documentation |
Convert arguments to control structure.
Description
Find all elements in ...
which are not missing and
call control
on them.
Usage
learnerArgsToControl(control, ...)
Arguments
control |
( |
... |
(any) |
Value
Control structure for learner.
[Package mlr version 2.19.2 Index]