Confusion matrix results interpretation

조회 수: 1 (최근 30일)
mustafa alnasser
mustafa alnasser 2014년 10월 31일
답변: Greg Heath 2014년 11월 1일
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

채택된 답변

Greg Heath
Greg Heath 2014년 11월 1일
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개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by