InfoM {dprep} | R Documentation |
This function computes the Infomation measure between a pair of attributes
InfoM(u, v)
u |
First vector value |
v |
Second vector value |
I |
The mutual information between vectors u and v |
Edgar Acuna
data(bupa) InfoM(bupa[,1],bupa[,2])