How to present my outcomes in the form of a confusion matrix
1 次查看(过去 30 天)
显示 更早的评论
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 values
And I want to present it like this:
Any advice would be very helpful
0 个评论
回答(1 个)
the cyclist
2022-5-24
编辑:the cyclist
2022-5-24
If you have the Statistics and Machine Learning Toolbox, you could use the confusionchart or confusionmat command.
2 个评论
the cyclist
2022-5-24
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!