[Matlab] Plot Confusion Matrix
8 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!