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)

Arguments

res

(FeatSelResult)
The result of of selectFeatures.

reduce

(logical(1))
Per iteration: Print only the selected feature (or all features that were evaluated)? Default is TRUE.

Value

(invisible(NULL)).

See also