eminSerin / NBS-Predict

A prediction-based extension of network-based statistics.
GNU General Public License v3.0
29 stars 6 forks source link

Confusion matrix plotted incorrectly #10

Closed willw1 closed 2 years ago

willw1 commented 2 years ago

The elements on the leading diagonal of confmat need to be switched for the confusion matrix to plot correctly.

confmat = fliplr(fliplr(confmat)');

in function confMatPush_Callback() works as a hack.

eminSerin commented 2 years ago

Hi,

Thank you so much for your interest in the toolbox and for informing me! I fixed the issue in the dev branch (see 6a2115d). The master branch will be updated along with additional features and fixes in the following days.

Best, Emin