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 个评论
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
2016-9-2
Greg Heath
2016-9-7
help confusion
doc confusion
help plotconfusion
doc plotconfusion
and the references therein.
Hope this helps
Greg
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!