How to present my outcomes in the form of a confusion matrix
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello.
So I've been assigned a task to compute the statistical values of a 3x3 confusion matrix by hand. After I managed to do so, I want to print my results just like in a confusion matrix.
My matrix is in the size of 6x2 and I want the final two values to be assigned together. In order to make it more specific:
this is my workspace valuesAnd I want to present it like this:

Any advice would be very helpful
0 Commenti
Risposte (1)
the cyclist
il 24 Mag 2022
Modificato: the cyclist
il 24 Mag 2022
If you have the Statistics and Machine Learning Toolbox, you could use the confusionchart or confusionmat command.
2 Commenti
the cyclist
il 24 Mag 2022
I'm not sure what you mean by "by hand". Do you mean you don't want to use those functions, or you don't know how to use those functions to get what you want?
If you don't want to use the MATLAB function that was made for this job, then you need to decide how much of the work you want to do yourself, versus using MATLAB functions to do part of it. In that case, some "tools" you might want to use to build this figure yourself are
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!