Feeds
提问
Plotting a confusion matrix (without using plotconfusion) with large values
I am trying to plot this confusion matrix: A = [1195 3 54; 0 631 34; 90 135 158]; I cannot use ...
10 years 前 | 2 个回答 | 0
2
个回答提问
How can I use unique on two separate matrices?
I have two matrices; A (2300x57) and ALabels (2300x1). I am using unique() and histc() to count the number of occurrences of ce...
10 years 前 | 1 个回答 | 0
