mlr_output_trafos {mlr3mbo} | R Documentation |
Dictionary of Output Transformations
Description
A simple mlr3misc::Dictionary storing objects of class OutputTrafo.
Each output transformation has an associated help page, see mlr_output_trafos[id]
.
For a more convenient way to retrieve and construct an output trafo, see ot()
.
Format
R6::R6Class object inheriting from mlr3misc::Dictionary.
Methods
See mlr3misc::Dictionary.
See Also
Sugar function: ot()
Other Dictionary:
mlr_acqfunctions
,
mlr_input_trafos
,
mlr_loop_functions
,
mlr_result_assigners
Other Output Transformation:
OutputTrafo
,
OutputTrafoLog
,
OutputTrafoStandardize
Examples
library(data.table)
as.data.table(mlr_output_trafos)
ot("standardize")
[Package mlr3mbo version 0.3.0 Index]