No constructor 'handle.listener' with matching signature found.
1 次查看(过去 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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Labels and Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!