Skip to contents

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

Examples

library(data.table)
as.data.table(mlr_output_trafos)
#> Key: <key>
#>            key       label                                    man
#>         <char>      <char>                                 <char>
#> 1:         log         Log         mlr3mbo::mlr_output_trafos_log
#> 2: standardize Standardize mlr3mbo::mlr_output_trafos_standardize
ot("standardize")
#> <OutputTrafoStandardize>