[Matlab] Plot Confusion Matrix

8 visualizzazioni (ultimi 30 giorni)
Enrico
Enrico il 20 Dic 2012
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

Risposte (0)

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by