Container for results of feature selection.
Contains the obtained features, their performance values
and the optimization path which lead there.
You can visualize it using analyzeFeatSelResult
.
Object members:
Learner
]Learner that was optimized.
FeatSelControl
]Control object from feature selection.
character
]Vector of feature names identified as optimal.
numeric
]Performance values for optimal x
.
numeric
]Vector of finally found and used thresholds
if tune.threshold
was enabled in FeatSelControl
, otherwise not present and
hence NULL
.
OptPath
]Optimization path which lead to x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.