mlr3fselect_assertions {mlr3fselect} | R Documentation |
Assertion for mlr3fselect objects
Description
Most assertion functions ensure the right class attribute, and optionally additional properties.
Usage
assert_fselectors(fselectors)
assert_fselector_async(fselector)
assert_fselector_batch(fselector)
assert_fselect_instance(inst)
assert_fselect_instance_async(inst)
assert_fselect_instance_batch(inst)
Arguments
fselectors |
(list of FSelector). |
fselector |
|
inst |
(FSelectInstanceBatchSingleCrit | FSelectInstanceBatchMultiCrit). |
[Package mlr3fselect version 1.3.0 Index]