analyzeFeatSelResult {mlr} | R Documentation |
Show and visualize the steps of feature selection.
Description
This function prints the steps selectFeatures took to find its optimal set of features and the reason why it stopped. It can also print information about all calculations done in each intermediate step.
Currently only implemented for sequential feature selection.
Usage
analyzeFeatSelResult(res, reduce = TRUE)
Arguments
res |
(FeatSelResult) |
reduce |
( |
Value
(invisible(NULL)
).
See Also
Other featsel:
FeatSelControl
,
getFeatSelResult()
,
makeFeatSelWrapper()
,
selectFeatures()
[Package mlr version 2.19.2 Index]