Filter löschen
Filter löschen

can anyone please solve this error

3 Ansichten (letzte 30 Tage)
sabiya fatima
sabiya fatima am 30 Jul. 2020
Beantwortet: Walter Roberson am 30 Jul. 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');

Antworten (1)

Walter Roberson
Walter Roberson am 30 Jul. 2020

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by