View source: R/classifier_train.R
filter_features | R Documentation |
A function for filtering-based feature selection, using Wilcox test as a metric
filter_features( dd, cls, threshold = 0.8, direction = c("two.sided", "greater", "less") )
dd |
A |
cls |
A set of classes, either in |
threshold |
A minimum value of (1 - p.value of Wilcox test) for filtering |
direction |
Direction of AUC statistical test: "two.sided", "greater" or "less" |
A table where each row is a filtered feature with stats and scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.