mlr (version 2.19.0)

learnerArgsToControl: Convert arguments to control structure.

Description

Find all elements in ... which are not missing and call control on them.

Usage

learnerArgsToControl(control, ...)

Value

Control structure for learner.

Arguments

control

(function)
Function that creates control structure.

...

(any)
Arguments for control structure function.