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