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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
