[Matlab] Plot Confusion Matrix
Afficher commentaires plus anciens
Hi,
I am using Pattern Recognition Toolbox, by command-line .
I'd like to plot the matrix- Confusion and so I written :
figure, plotconfusion(targets,outputs)
h=gcf;
set(h, prop, valori);
print(h, '-dpdf', '-r300', strcat(folder_name,'\Confusion.pdf'));
But in this way, Matlab plots only Train-Matrix-Confusion I would like to plot test and convalidation confusion matrix, too.
How Could I write?
Other question:
Gived the function [c,cm,ind,per] = confusion(targets,outputs);
c is the percentual of misclassified values, but of The train set,validation set, or test set ?
Bye
Thanks in advance
Réponses (0)
Catégories
En savoir plus sur Pattern Recognition dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!