| FSelectorBatchFromOptimizerBatch {mlr3fselect} | R Documentation |
FSelectorBatchFromOptimizerBatch
Description
Internally used to transform bbotk::Optimizer to FSelector.
Super classes
mlr3fselect::FSelector -> mlr3fselect::FSelectorBatch -> FSelectorBatchFromOptimizerBatch
Methods
Public methods
Inherited methods
Method new()
Creates a new instance of this R6 class.
Usage
FSelectorBatchFromOptimizerBatch$new(optimizer, man = NA_character_)
Arguments
optimizerbbotk::Optimizer
Optimizer that is called.man(
character(1))
String in the format[pkg]::[topic]pointing to a manual page for this object. The referenced help package can be opened via method$help().
Method optimize()
Performs the feature selection on a FSelectInstanceBatchSingleCrit / FSelectInstanceBatchMultiCrit until termination.
Usage
FSelectorBatchFromOptimizerBatch$optimize(inst)
Arguments
Returns
Method clone()
The objects of this class are cloneable with this method.
Usage
FSelectorBatchFromOptimizerBatch$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package mlr3fselect version 1.0.0 Index]