Skip to contents

A simple mlr3misc::Dictionary storing objects of class InputTrafo. Each input transformation has an associated help page, see mlr_input_trafos[id].

For a more convenient way to retrieve and construct an input trafo, see it().

Format

R6::R6Class object inheriting from mlr3misc::Dictionary.

Methods

See mlr3misc::Dictionary.

See also

Examples

library(data.table)
as.data.table(mlr_input_trafos)
#> Key: <key>
#>         key    label                                man
#>      <char>   <char>                             <char>
#> 1: unitcube Unitcube mlr3mbo::mlr_input_trafos_unitcube
it("unitcube")
#> <InputTrafoUnitcube>