필터 지우기
필터 지우기

No constructor 'handle.listener' with matching signature found.

조회 수: 6 (최근 30일)
sun rise
sun rise 2022년 5월 20일
편집: Voss 2022년 5월 20일
I need to compare between two classifiers
can anyone help me to compute the accuracy of these classifiers?
No constructor 'handle.listener' with matching signature found.
Error in rotateXLabels/addListeners (line 322)
handle.listener( axh, findprop( axh, 'FontName' ), 'PropertyPostSet', @onAxesFontChanged )
Error in rotateXLabels/repositionAxes (line 220)
addListeners( ax );
Error in rotateXLabels (line 41)
repositionAxes( ax );
Error in draw_cm (line 27)
rotateXLabels(gca, 315 );% rotate the x tick
Error in compute_confusion_matrix (line 23)
draw_cm(confusion_matrix,name_class,num_class);
Error in main (line 20)
[confusion_matrix]=compute_confusion_matrix(predict_label,num_in_class,name_class);

답변 (0개)

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by