SVM Error - The first input should be a struct generated by SVMTRAIN
古いコメントを表示
I am getting error using following code with SVM
SVMStruct1 = svmtrain(data,class,'kernel_function','linear');
class12=svmclassify(SVMStruct1, pdg(:,1:end-1));
Error I get is
??? Error using ==> svmclassify at 53
The first input should be a struct generated by SVMTRAIN.
I dont see a reason why it shouldnt run. Any pointers would be greatly appreciated.
Note: I just tried running the examples from the matlab webpage, but it wont even run. My guess is that somewhere something is corrupt.
Thanks
4 件のコメント
Sean de Wolski
2012 年 10 月 24 日
What does SVMStruct1 look like?
Nirmal
2012 年 10 月 24 日
Ilya
2012 年 10 月 24 日
Type
which -all svmtrain
What does it tell you?
Nirmal
2012 年 10 月 24 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!