Confusion matrix results interpretation
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
mustafa alnasser
am 31 Okt. 2014
Beantwortet: Greg Heath
am 1 Nov. 2014
Dear All;
for the confusion matrix used in neural network , i have one column have correct results(green) and wrong results(red) and i have another row has the similar , how can i know the total correct results and wrong results for each class
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 1 Nov. 2014
You can compare
predictedclassindices = vec2ind(output)
with
trueclassindices = vec2ind(target)
For examples search
greg patternnet vec2ind
or, use the confusion function
help confusion
doc confusion
Hope this helps.
Thank you for formally accepting my answer
Greg
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows 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!