Can I plot testing class label vs. predict class label
Ältere Kommentare anzeigen
if I have a testing class label.
testing_class=[1 1 1 1 1 2 2 2 2 2 2];
And I have predicted class.
predict class=[1 2 2 1 1 2 2 1 2 2 1];
Can I plot to scatter/area/line of a predicted class that is correct or wrong when compared to testing_class?
(I want to display graphic images along with numerical experiment results)
Thank you so much
Akzeptierte Antwort
Weitere Antworten (1)
mahamadyashin shaikh
am 16 Jul. 2020
0 Stimmen
please explain
test.Labels
Kategorien
Mehr zu Descriptive Statistics and Visualization finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!