Retrieve multiple active-learning distances from mlr_al_distances.
Arguments
- .keys
(
character())
Keys passed to mlr_al_distances.- ...
(named
list())
Named arguments passed to the constructor, to the parameter set, or to public fields. Seemlr3misc::dictionary_sugar_mget()for details.
Value
Named list of ALDistance objects.
Examples
clx_alds(c("standardize", "affine"))
#> $standardize
#> <ALDistanceStandardize:standardize>
#>
#> $affine
#> <ALDistanceAffine:affine>
#>