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

10 次查看(过去 30 天)
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 中查找有关 Labels and Annotations 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by