For everyone with error C2668 on Windows:
This can be fixed with a simple typecast of the kind:
log(2) -> log(double(2))
Just replace your source code accordingly.
Comment only
13 Jan 2012
Mutual Information computation
A self-contained package for computing mutual information, joint/conditional probability, entropy
Hi FEUP, As written above, follow the instructions. What OS do u use? Windows, Linux..etc.? You need to install the compatible compiler (if u don't have one)to make OS compatible mex files
-> Also the Rows in the Data [MXN] and the Rows in the class vector [MX1] should be same.
5
19 Oct 2011
Mutual Information computation
A self-contained package for computing mutual information, joint/conditional probability, entropy
Hi! Thanks for this work.
The program works well, but I can't find m-file "estpab" that is use in the m-file "mutualinfo". Do you help me?
(Sorry for my english. :))
Comment only