plotting CLASSIFICATION confusion matrix
조회 수: 1 (최근 30일)
이전 댓글 표시
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
Greg Heath
2016년 9월 7일
help confusion
doc confusion
help plotconfusion
doc plotconfusion
and the references therein.
Hope this helps
Greg
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!