混同行列(Confusion Matrix)

MATLAB2022aで作っています。
今あるサンプルプログラムに混同行列を追加する方法が分かりません。
下のファイル名がそのプログラムになります。
もし、説明できるようでしたら説明してくれたら幸いです。
解読のほどよろしくお願いいたします。

Respuestas (1)

Hernia Baby
Hernia Baby el 18 de Feb. de 2023

0 votos

confusionchartを参考にしてください
@Atsushi Uenoさんのものが例だと思いますが、最後に以下の文をいれればOKです
figure
cm = confusionchart(YValidation,YPred);

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 14 de Feb. de 2023

Respondida:

el 18 de Feb. de 2023

Community Treasure Hunt

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

Start Hunting!