powered by
mutual_information calculate the standardized mutual information of a data set using the infotheo package.
mutual_information
infotheo
mutual_information(.data)
a list containing the standardized MI and the scaled row means
a dataframe of numeric values
library(dplyr) iris %>% select_if(is.numeric) %>% mutual_information()
Run the code above in your browser using DataLab