mutual_information: Calculate the standardized mutual information of a data set

View source: R/mutual_information.R

mutual_informationR Documentation

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)

Arguments

.data

a dataframe of numeric values

Value

a list containing the standardized MI and the scaled row means

Examples

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


USCbiostats/partition documentation built on Feb. 3, 2024, 3:38 a.m.