View source: R/analyzeFeatSelResult.R
analyzeFeatSelResult | R Documentation |
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.
analyzeFeatSelResult(res, reduce = TRUE)
res |
(FeatSelResult) |
reduce |
( |
(invisible(NULL)
).
Other featsel:
FeatSelControl
,
getFeatSelResult()
,
makeFeatSelWrapper()
,
selectFeatures()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.