Definition of Confusion Matrix
Which of the following best describes a confusion matrix in the context of classification problems?
- A chart that visually displays the correlations between different features
- A table used to evaluate the performance of a classification model, showing actual versus predicted classifications
- A graph depicting distribution of data points in a dataset
- A matrix listing all possible outcomes of a regression task
- A list of common errors in a predictive model
Identifying True Positives
In a confusion matrix where 'cat' is the positive class, which cell counts cases where the model correctly predicts 'cat' for images that are actually cats?
- False Negatives (FN)
- True Negatives (TN)
- True Positives (TP)
- False Positivs (FP)
- Quantum Positives (QP)
Misclassification Example
If a model predicts 'dog' but the actual label is 'cat', how is this outcome recorded in the confusion matrix?
- As a True Negative (TN)
- As a False Negative (FN)
- As a True Positive (TP)
- As a Flase Postive (FP)
- As a Missed Outcome (MO)
Purpose of True Negatives
What does the True Negative (TN) count represent in a confusion matrix for a disease test where 'positive' means disease present?
- Cases where healthy patients are incorrectly predicted as having the disease
- Cases where sick patients are predicted as healthy
- Cases where healthy patients are correctly predicted as healthy
- Cases of undeterminable test results
- Cases predicted positive but actually negative
Confusion Matrix Metrics
Which of the following metrics can be directly calculated using only the values from a confusion matrix?
- Regression coefficient
- F1-score
- Principal component
- Gini impurity
- Clustering index