+A **confusion matrix** is a tabular summary of prediction results on a [classification](/wiki/classification) problem. It allows visualization of the performance of an [algorithm](/wiki/algorithm), revealing the counts of correct and incorrect predictions for each class.
+## See also
+- [Accuracy](/wiki/accuracy)
+- [Precision](/wiki/precision)
+- [Recall](/wiki/recall)
... 1 more lines