Error using internal.stats.parseArgs (line 42) Wrong number of arguments
5 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!