View source: R/correl_feature_elimination.R
correl_feat_elimin | R Documentation |
select variables with correlation is greater then a threshold value
correl_feat_elimin( mcor, testcor = c(0.8, 0.85, 0.9, 0.925, 0.95, 0.975), graph = TRUE )
mcor |
matrix correlation matrix |
testcor |
numeric values of max correlation to be tested |
graph |
boolean plot graphic |
character vector with features names
# cor_high = correl_feat_elimin(mcor, testcor = c(0.80, 0.90, 0.95, 0.975))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.