filter.corr | R Documentation |
Filter features based on its correletion with a predictor variable.
filter.corr(features, class, mincorr = 0.3)
features |
A numeric matrix as input. |
class |
Response variable as numeric vector. |
mincorr |
Correlation coeficient cutoff used for filtering. |
A matrix filtered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.