analyzeFeatSelResult: Show and visualize the steps of feature selection.

View source: R/analyzeFeatSelResult.R

analyzeFeatSelResultR 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)
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

Other featsel: FeatSelControl, getFeatSelResult(), makeFeatSelWrapper(), selectFeatures()


mlr documentation built on Sept. 29, 2022, 5:05 p.m.