
FSelectorBatchFromOptimizerBatch
Source:R/FSelectorBatchFromOptimizerBatch.R
FSelectorBatchFromOptimizerBatch.RdInternally used to transform bbotk::Optimizer to FSelector.
Super classes
FSelector -> FSelectorBatch -> FSelectorBatchFromOptimizerBatch
Methods
Inherited methods
FSelectorBatchFromOptimizerBatch$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().
FSelectorBatchFromOptimizerBatch$optimize()
Performs the feature selection on a FSelectInstanceBatchSingleCrit / FSelectInstanceBatchMultiCrit until termination.