pair_nmi: Normalized mutual information

View source: R/pair_methods.R

pair_nmiR Documentation

Normalized mutual information

Description

Calculates normalized mutual information for every numeric or factor or mixed variable pair in a dataset.

Usage

pair_nmi(d, handle.na = TRUE, ...)

Arguments

d

A dataframe

handle.na

If TRUE uses pairwise complete observations to calculate normalized mutual information, otherwise NAs not handled.

...

other arguments

Details

The normalized mutual information is calculated using maxNMI from linkpotter package

Value

A tibble of class pairwise

Examples

pair_nmi(iris)

bullseye documentation built on Sept. 11, 2024, 9:24 p.m.