Is it possible to subplot confusion matrices using Plotconfusion funtion?

5 ビュー (過去 30 日間)
Machine Learning Enthusiast
Machine Learning Enthusiast 2017 年 5 月 18 日
I'm plotting several confusion matrices using plot_confusion() function (MATLAB) but it doesn’t working.Displays every confusion matrix sperately
figure
Subplot(2,1,1);
plotconfusion(targets,outputs,'train');
subplot(2,1,2);
plotconfusion(targets1,outputs1,'test')

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by