clbk {mlr3misc} | R Documentation |
Syntactic Sugar for Callback Construction
Description
Functions to retrieve callbacks from mlr_callbacks and set parameters in one go.
Usage
clbk(.key, ...)
clbks(.keys)
Arguments
.key |
(character(1) )
Key of the object to construct.
|
... |
(named list() )
Named arguments passed to the state of the callback.
|
.keys |
(character() )
Keys of the objects to construct.
|
See Also
Callback call_back
[Package
mlr3misc version 0.16.0
Index]