I need to calculate the mutual information between various features for designing a classification model using logistic regression. I am facing following problems:
I need to divide my data into n bins having approximately equal number of samples. How can I achieve this in Matlab?
Should I perform the above discretization on raw data or normalized data?
Thanks.