TP = "True Positive" -> "The algorithm correctly labeled it as a positive" FP = "False Positive" -> "The algorithm incorrectly labeled it as a positive" TN = "True Negative" -> "The algorithm correctly labeled it as a negative" FN = "False Negative" -> "The algorithm incorrectly labeled it as a negative"