powered by
These functions complement dict_mutators, dict_recombinators, dict_selectors with functions in the spirit of mlr3::mlr_sugar.
mut(.key, ...)muts(.keys, ...)rec(.key, ...)recs(.key, ...)sel(.key, ...)sels(.key, ...)scl(.key, ...)scls(.key, ...)ftr(.key, ...)ftrs(.key, ...)
muts(.keys, ...)
rec(.key, ...)
recs(.key, ...)
sel(.key, ...)
sels(.key, ...)
scl(.key, ...)
scls(.key, ...)
ftr(.key, ...)
ftrs(.key, ...)
Mutator for mut()
Mutator
mut()
list of Mutator for muts()
muts()
Recombinator for rec().
Recombinator
rec()
list of Recombinator for recs().
recs()
Selector for sel().
Selector
sel()
list of Selector for sels().
sels()
Scalor for scl().
Scalor
scl()
list of Scalor for scls().
scls()
(character(1)) Key passed to the respective dictionary to retrieve the object.
character(1)
(any) Additional arguments.
(character()) Keys passed to the respective dictionary to retrieve multiple objects.
character()
Other dictionaries: dict_filtors, dict_mutators, dict_recombinators, dict_scalors, dict_selectors
dict_filtors
dict_mutators
dict_recombinators
dict_scalors
dict_selectors
mut("gauss", sdev = 0.5) rec("xounif") sel("random") scl("nondom")
Run the code above in your browser using DataLab