partition (version 0.2.0)

mutual_information: Calculate the standardized mutual information of a data set

Description

mutual_information calculate the standardized mutual information of a data set using the infotheo package.

Usage

mutual_information(.data)

Value

a list containing the standardized MI and the scaled row means

Arguments

.data

a dataframe of numeric values

Examples

Run this code
library(dplyr)
iris %>%
  select_if(is.numeric) %>%
  mutual_information()

Run the code above in your browser using DataLab