An N x (N+2) (for N outcomes of the dependent variable) confusion matrix is given with the following format.
| Actual ‘0’ | Actual ‘1’ | … | Actual ‘N’ | Correct | Incorrect | |
|---|---|---|---|---|---|---|
| Predicted ‘0’ | # correct ‘0’ Predictions | # incorrect‘1’ Predictions | … | # incorrect ‘N’ Predictions | Total Correct ‘0’ Predictions | Total Incorrect ‘0’ Predictions |
| Predicted ‘1’ | # incorrect‘0’ Predictions | # correct ‘1’ Predictions | … | # incorrect ‘N’ Predictions | Total Correct ‘1’ Predictions | Total Incorrect ‘1’ Predictions |
| … | … | … | … | … | … | … |
| Predicted ‘N’ | # incorrect‘0’ Predictions | # incorrect ‘1’ Predictions | … | # correct ‘N’ Predictions | Total Correct ‘N’ Predictions | Total Incorrect ‘N’ Predictions |