Introduction
- Table layout to visualize performance of a classification algorithm
- Foundation for many other metrics, e.g. Precision and Recall
Examples
- True Positive (TP):
Actual = CatPredicted = Cat
- False Positive (FP)—Type I error:
Actual = DogPredicted = Cat
- True Negative (TN):
Actual = DogPredicted = !Cat
- False Negative (FN)—Type II error:
Actual = CatPredicted = !Cat