confusion matrix

Actual positiveActual negative
Predicted positiveTrue positive (TP): A spam email correctly classified as a spam email. These are the spam messages automatically sent to the spam folder.False positive (FP): A not-spam email misclassified as spam. These are the legitimate emails that wind up in the spam folder.
Predicted negativeFalse negative (FN): A spam email misclassified as not-spam. These are spam emails that aren’t caught by the spam filter and make their way into the inbox.True negative (TN): A not-spam email correctly classified as not-spam. These are the legitimate emails that are sent directly to the inbox.