Generated by claude-sonnet-4-6 · 2026-06-21 03:19 · grounding rag
Model Answer
Confusion Matrix:
| | Predicted Positive | Predicted Negative |
|---|---|---|
| Actual Positive | TP = 200 | FN = 55 |
| Actual Negative | FP = 35 | TN = 50 |
- Total predictions = 200 + 50 + 35 + 55 = 340
Source: Evaluation metrics for Classification, Chapter 3
---
Explanation
- The confusion matrix is a 2×2 table with Actual values on rows and Predicted values on columns.
- Place TP and TN on the diagonal (correct predictions); FP and FN off-diagonal (wrong predictions).
- Examiners expect the correct placement: TP (top-left), FN (top-right), FP (bottom-left), TN (bottom-right).
- Mentioning total is optional but shows understanding.