How to view the Scores?

4 views (last 30 days)
Kemek Anwana
Kemek Anwana on 28 Mar 2019
Hello,
I used this code:
[C, scores] = semanticseg(paviaU(100:100+255,1:256,20:25), net);
[GN, ~, G] = unique(C);
G = reshape(G,256,256);
I now want to check if the categories are good but I do not remeber the code/s that are used to view it. I think its something like:
C (1)
I am most likely wrong about that. Could you please inform me on the code/s that I need to use?
Thanks

Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!