| # | confusion matrix | # actual positive (+) | # actual negative (–) | ____total____ |
|---|---|---|---|---|
| 1 | # predicted + | TP: true + | FP: false + | TP + FP |
| 2 | # predicted – | FN: false – | TN: true – | TN + FN |
| 3 | total | TP + FN | FP + TN | whole test set |
| # | confusion matrix | # actual positive (+) | # actual negative (–) | ____total____ |
|---|---|---|---|---|
| 1 | # predicted + | |||
| 2 | # predicted – | |||
| 3 | total |