I am new to the field of artificial intelligence, I am writing an academic paper on object detection and I got the following confusion matrix and confusion matrix normalized results:
Confusion Matrix: True Positive: 594 False Positive: 218 False Negative: 241
Confusion Matrix Normalized: True Positive: 0.75 False Positive: 1.00 False Negative: 0.25
My question is about the percentage presented in the confusion matrix normalized that does not correspond to the confusion matrix results.
Please, help me.