Is it possible to subplot confusion matrices using Plotconfusion funtion?

5 vues (au cours des 30 derniers jours)
Machine Learning Enthusiast
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')

Réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by