Info
Recall that the confusion matrix for binary classification problems has the following structure:
$$ \begin{array}{cc|c|c|} & & \text{Predicted Negative} & \text{Predicted Positive} \\ \hline \text{Actual Negative} & & TN & FP \\ \hline \text{Actual Positive} & & FN & TP \\ \end{array} $$- TN - True Negative
- FN - False Negative
- FP - False positive
- TP - True Positive