Questions about how "confusion "and" confusionchart "return indexes.
조회 수: 1 (최근 30일)
이전 댓글 표시
"Confusion" the confusion command can return ind.
e.g. [C,CM, ind,PER] = confusion(Targets',outputs');
How does " CoFusionChart" return the value of the index.
댓글 수: 0
답변 (1개)
Prince Kumar
2022년 1월 17일
Hi,
'confusion' fucntion returns cell array, index but 'confusionchart' function returns ConfusionMatrixChart object. It does not return the index cell array. You can see the various properties of the ConfusionMatrixChart object using dot operator.
For more information please refer the following documentation:
I hope you find the above information useful.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Measurements and Feature Extraction에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!