SVM Error - The first input should be a struct generated by SVMTRAIN

2 Ansichten (letzte 30 Tage)
Nirmal
Nirmal am 24 Okt. 2012
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 Kommentare
Ilya
Ilya am 24 Okt. 2012
Type
which -all svmtrain
What does it tell you?
Nirmal
Nirmal am 24 Okt. 2012
Thank you so much. That command definitely helped, i had two definition of that function. But when I did, get to definition it will take me to the one that I wanted to use but not to the one that it was actually using, which made me think I was using the right one. but that wasnt the case.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by