Consider a binary classification problem with 0 labels denoting normal and 1 abnormal or rare. The number of instances with 0 classes are more in comparison to 1. In general,
1) Does 0 always refer to positive or a negative depending on what we define as a positive and negative? What if the labels are reversed?
2) Is there a particular order that the confusion matrix if displayed? If the confusion matrix is given as:
1 4
0 5
I got this confusion matrix in Matlab. How do I know that the first row is for class 0 or for class 1?