Azzera filtri
Azzera filtri

Confusion Matrix

3 visualizzazioni (ultimi 30 giorni)
DAD
DAD il 20 Apr 2012
3415 194 0 0
0 0 0 0
0 0 0 0
0 0 160 82667
I got the result of 4*4 confusion matrix like above for Classification. While finding Sensitivity from the confusion matrix the result occured is NaN since i use the formula as True Negative /(True Negative+False Positive). How can I rectify this ? Can anyone please suggest how i can interpret the result?
[EDITED, matrix formatted, Jan Simon]

Risposta accettata

the cyclist
the cyclist il 20 Apr 2012
Assuming your array is the output of the confusionmat() function http://www.mathworks.com/help/toolbox/stats/confusionmat.html, I believe the correct interpretation is as follows:
You have 3,609 events that are known to be category 1; you have correctly classified 3,415 of them and misclassified 194 of them as being in category 2.
You have no events that are known to be category 2 or 3.
You have 82,827 events that are known to be category 4; you have correctly classified 82,667 of them and misclassified 160 of them as being in category 3.
[I may have mixed up the "known" and "predicted" dimensions, but I don't think so.]
  1 Commento
DAD
DAD il 23 Apr 2012
row corresponds to the Actual Class ...Column Corresponds to the predicted Class...

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by