Error Matrix
Error matrix is a special type of the cross table with two dimensions - actual and forecasted.
| Predicted | Actually | ||
|---|---|---|---|
| Positive | Negative | ||
| Positive | True positive | False positive | |
| Negative | False negative | True negative | |
Note: Values of the used terms are available on Terms page.