MATLAB: How to know the elements of a confusion matrix

confusion matrix

Hi, I have a doubt about the confusion matrix.
I obtained the confusion matrix after I used a Neural Network, but How can I know what elements are part of the values of the True Negative or False Positive in the confusion matrix?
Thanks for your help

Best Answer

Start with the documentation
help confusion
doc confusion
Then search the NEWSGROUP & ANSWERS
HITS
NEWSGROUP ANSWERS
NEURAL CONFUSION MATRIX 67 129
GREG " " " 43 94
Hope this helps.
Thank you for formally accepting my answer
Greg