Skip to contents

Retrieve multiple active-learning distances from mlr_al_distances.

Usage

clx_alds(.keys, ...)

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. See mlr3misc::dictionary_sugar_mget() for details.

Value

Named list of ALDistance objects.

Examples

clx_alds(c("standardize", "affine"))
#> $standardize
#> <ALDistanceStandardize:standardize> 
#> 
#> $affine
#> <ALDistanceAffine:affine> 
#>