I am using matlab R2017a, and I am having a dataset of 12 videos. I have plotted the ROC curve using perfcurve command as below:
[X,Y,~,AUC] = perfcurve(labels,scores,true);
But when I plotted it, the output was so disturbing in this form. It was not according to the requirement.
I have searched solutions to this problem. A solution I found states that dataset is too little. But I cannot increase my data as I have to test it on 12 videos.
Kindly guide me what should I do then?
It will be a great favor