[Matlab] Plot Confusion Matrix
Show older comments
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
Answers (0)
Categories
Find more on Pattern Recognition in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!