Confusion Matrix

A confusion matrix is a square matrix that represents the count of a classification function's predictions with respect to the actual outcome on some labeled learning set.

ACTUAL/PREDICTEDABCSUM
A2021134
B225128
C952438
SUM313236100


References

2009

1998