필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to solve the error "some observation could not be classified" in using multi svm?

조회 수: 1 (최근 30일)
gugu
gugu 2018년 1월 18일
마감: MATLAB Answer Bot 2021년 8월 20일
Here,the error lines
% code
Error using svmclassify (line 156)
Some observations in TEST could not be classified. This is probably caused by NaN values in the data. Logical
response can't contain missing values. You can convert the logical response into NOMINAL or double.
Error in multisvm (line 29)
classes = svmclassify(svmStruct,tst);
Error in Main>pushbutton7_Callback (line 382)
result = multisvm(Features_Four,labels,FeatureVector);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in Main (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)Main('pushbutton7_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by