Can I plot testing class label vs. predict class label

1 次查看(过去 30 天)
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

采纳的回答

KSSV
KSSV 2019-7-2
编辑:KSSV 2019-7-2
Read about gscatter.
Mostly such representations are shown using confusion matrix.

更多回答(1 个)

mahamadyashin shaikh
please explain
test.Labels

类别

Help CenterFile Exchange 中查找有关 Axis Labels 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by