plotting CLASSIFICATION confusion matrix

Hello I want to plot the classification confusion matrix, from the output variables as obtaind from the defualt matlab function rather than using the plotconfusion function:
[c,cm,ind,per] = confusion(targets,outputs)
How do I use these four varibales :c,cm,ind,per TO GENERATE A CONFUSION MATRIX?

댓글 수: 3

michio
michio 2016년 9월 2일
편집: michio 2016년 9월 2일
Though cm is the confusion matrix, I don't know any quick and simple solution to plot it.
Any particular reasons that you do not prefer using plotconfusion function? confusion function itself is from Neural Network Toolbox so using plotconfusion seems to be a good option if you are to use confusion function.
Newman
Newman 2016년 9월 2일
Actually I have calculated a lot of outputs for different neural network considering random partitions and save the targets and results using the confusion function.So i ave to repeat the code in its entirety to plot confusion for each and every case.It will take lot of time.So, that's why.
help confusion
doc confusion
help plotconfusion
doc plotconfusion
and the references therein.
Hope this helps
Greg

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2016년 9월 2일

댓글:

2016년 9월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by