can anyone please solve this error

2 vues (au cours des 30 derniers jours)
sabiya fatima
sabiya fatima le 30 Juil 2020
here is the error:
Error using classreg.learning.FitTemplate/fillIfNeeded (line 612)
showplot is not a valid parameter name.
Error in classreg.learning.FitTemplate.make (line 124)
temp = fillIfNeeded(temp,type);
Error in ClassificationSVM.template (line 235)
temp = classreg.learning.FitTemplate.make('SVM','type','classification',varargin{:});
Error in ClassificationSVM.fit (line 239)
temp = ClassificationSVM.template(varargin{:});
Error in fitcsvm (line 316)
obj = ClassificationSVM.fit(X,Y,RemainingArgs{:});
Error in Detect (line 174)
svmStruct = fitcsvm(data(train,:),groups(train),'showplot',false,'kernel_function','linear');

Réponses (1)

Walter Roberson
Walter Roberson le 30 Juil 2020

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by