A simple mlr3misc::Dictionary storing objects of class ResultAssigner.
Each result assigner has an associated help page, see mlr_result_assigners_[id].
For a more convenient way to retrieve and construct a result assigner, see ras().
Format
R6::R6Class object inheriting from mlr3misc::Dictionary.
Methods
See mlr3misc::Dictionary.
See also
Sugar function: ras()
Other Dictionary:
mlr_acqfunctions,
mlr_input_trafos,
mlr_loop_functions,
mlr_output_trafos
Other Result Assigner:
ResultAssigner,
mlr_result_assigners_archive,
mlr_result_assigners_surrogate
Examples
library(data.table)
as.data.table(mlr_result_assigners)
#> Key: <key>
#> key label man
#> <char> <char> <char>
#> 1: archive Archive mlr3mbo::mlr_result_assigners_archive
#> 2: surrogate Mean Surrogate Prediction mlr3mbo::mlr_result_assigners_surrogate
ras("archive")
#> <ResultAssignerArchive>