Error using internal.stats.parseArgs (line 42) Wrong number of arguments
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am not able to understand the following error. Also have tried the solutions on MATHWORK question and answer. but unable to fix it.
YTest = true class labels
score1 = array of predicted scores.
MEL = positive class label
remaining {'BCC','AKIE','BKL','DF','NV','VASC'} are negative class labels.
then why is the following error???
Error using internal.stats.parseArgs (line 42)
Wrong number of arguments.
Error in perfcurve (line 324)
internal.stats.parseArgs(args,defs,varargin{:});
Error in classify_ISIC2018_Task3A_Alexnet (line 240)
[X,Y] = perfcurve(YTest,scor1{:,1},'MEL','NegClass',{'BCC','AKIE','BKL','DF','NV','VASC'});
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!