Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding Confusion Matrix #36

Open
zafarlfc opened this issue May 16, 2021 · 1 comment
Open

Understanding Confusion Matrix #36

zafarlfc opened this issue May 16, 2021 · 1 comment

Comments

@zafarlfc
Copy link

I have 5 classes in my dataset,

  1. Gun
  2. Knife
  3. Pliers
  4. Scissors
  5. Wrench
    After successfully running your script I got the following confusion matrix,
Confusion Matrix:
[[928.   1.   0.   0.   0.  47.]
 [  3. 310.   0.   2.   6. 283.]
 [  1.   0. 816.   0.  18. 258.]
 [  0.   4.   3. 200.   0.  42.]
 [  2.   0.   7.   0. 386. 183.]
 [ 13.   6.  17.   2.  22.   0.]]

I think the last column represents the False Negatives and the last row represents the False Positives. Kindly tell me what the last column and last row of my matrix represent? Thank you.

@dnth
Copy link

dnth commented May 26, 2021

The last row/column is the "nothing" class where the object pertaining to the class is not detected

#18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants