View source: R/dataPreprocessing.R
removeCorrelations | R Documentation |
Identifies and removes correlated columns from the numeric dataset, according to 'correlation_threshold'.
removeCorrelations(numeric_dataset, correlation_threshold = 1)
numeric_dataset |
A data frame consisting of only numeric columns. |
correlation_threshold |
A numeric threshold for identifying perfect correlations. |
A list containing the cleaned dataset and the remaining column names, along with the correlation matrix R.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.