plotting CLASSIFICATION confusion matrix
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello I want to plot the classification confusion matrix, from the output variables as obtaind from the defualt matlab function rather than using the plotconfusion function:
[c,cm,ind,per] = confusion(targets,outputs)
How do I use these four varibales :c,cm,ind,per TO GENERATE A CONFUSION MATRIX?
3 commentaires
Greg Heath
le 7 Sep 2016
help confusion
doc confusion
help plotconfusion
doc plotconfusion
and the references therein.
Hope this helps
Greg
Réponses (0)
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!