how to find accuracy from confusion matrix having 4 x4 dimensions
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have used the following function for finding confusion matrix c=confusionmat(x,y)
it gives me output like that ,
C =
0 4 0 0
0 0 0 0
0 0 0 0
0 0 4 0
now i want to find accuracy and f_measure from this confusion matrix
2 Kommentare
Rik
am 21 Mär. 2019
The F-statistic is a different matter (a Google search should help you find a way to calculate that), but since there are no values on the diagonal, you can immediately see that the accuracy is 0.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!