feature_selection | R Documentation |
Feature Selection Methods
Two feature selection methods are available:
One-way ANOVA F-test for each feature
Correlation-adjusted t-scores using sda.ranking
Two types of cutoffs are supported:
Select top k features
Select top p percent of features (0 < p <= 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.