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

6 visualizaciones (últimos 30 días)
sun rise
sun rise el 20 de Mayo de 2022
Editada: Voss el 20 de Mayo de 2022
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);

Respuestas (0)

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by