[Matlab] Plot Confusion Matrix
8 views (last 30 days)
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
0 Comments
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!