InfoM {dprep}R Documentation

Mutual Information Measure

Description

This function computes the Infomation measure between a pair of attributes

Usage

InfoM(u, v)

Arguments

u

First vector value

v

Second vector value

Value

I

The mutual information between vectors u and v

Author(s)

Edgar Acuna

See Also

mRMR_disc

Examples

data(bupa)
InfoM(bupa[,1],bupa[,2])

[Package dprep version 3.1.1 Index]