No constructor 'handle.listener' with matching signature found.
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Labels and Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!