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 Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by