GilLevi / AgeGenderDeepLearning

628 stars 284 forks source link

Age estimation confusion matrix ,the sum of a row is not 1? #29

Closed imistyrain closed 5 years ago

imistyrain commented 5 years ago

As far as I know, it should be 1.

GilLevi commented 5 years ago

The columns sum to 1. The rows denote the correct class and the columns denote the predicted class.

imistyrain commented 5 years ago

OK, got it, it's the transpose of the classical confusion matrix.