필터 지우기
필터 지우기

can't view confusion matrix in matlab

조회 수: 4 (최근 30일)
sherok mohamed
sherok mohamed 2017년 7월 21일
편집: YT 2017년 12월 14일
Could you help me , I want to show my confusion matrix in readable view, as I have 18 classes so I got non readable confusion matrix when I click confusion button on neural network tool box like that image
Please help me to view it like this
I tried plotconfusion function but I got the all confusion matrix but I need the training and testing matrix
  댓글 수: 1
sherok mohamed
sherok mohamed 2017년 7월 22일
Any body can help me pleaaaaaase :(

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

답변 (2개)

Greg Heath
Greg Heath 2017년 7월 23일
Use the training record tr from [ net tr ] = train(net,x,t) to find the separate sets of tr/val/tst indices. From these you can use plot confusion to get the 3 separate confusion matrices.
You may want to take a good look at those matrices to see which classes never get confused with each other. Then you may be able to use plotconfusion to obtain several submatrices that simplify the understanding of the misclassifications.
Hope this helps.
Thank you for formally accepting my answer
Greg

YT
YT 2017년 12월 14일
편집: YT 2017년 12월 14일
You could try an answer provided here:
You can extract the handles of the plotconfusion figure and re-plot them to on a new figure to have a better view.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by