perfcurve return one value
Afficher commentaires plus anciens
I used sam (spectral angle mapper) to change detection in hyperspektral image after that want to plot roc(Receiver operating characteristic) using perfcurve function but function return one value. why ? could you help me?
[Xpr,Ypr,Tpr,AUCpr] = perfcurve(hyperdata_gt,abs(result),'1'); plot(Xpr,Ypr);

1 commentaire
Ezgi Aslan
le 24 Août 2020
Réponses (0)
Catégories
En savoir plus sur AI for Signals dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!