You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks a lot for sharing your code.
I found a small bug in the MATLAB code (I haven't tested the python version yet.).
In MDA_quants.m, idx_2 = idx(class_index(idx)==j);
If my class label starts from 0, then its creating an error here.
It would be great if it is explicitly written in the 'read me' or somewhere else that the class indices should start from 1.
Vandana
The text was updated successfully, but these errors were encountered:
Hi,
First of all thanks a lot for sharing your code.
I found a small bug in the MATLAB code (I haven't tested the python version yet.).
In MDA_quants.m,
idx_2 = idx(class_index(idx)==j);
If my class label starts from 0, then its creating an error here.
It would be great if it is explicitly written in the 'read me' or somewhere else that the class indices should start from 1.
Vandana
The text was updated successfully, but these errors were encountered: