From: NOORSALZATUL AZURA on
Hi,
I got problem with my SVM coding and also other SVM demo coding. the error always state undefined RBF_sigma and almost other SVM parameter as below:

??? Error using ==> svmtrain
Unknown parameter name: RBF_Sigma.

Error in ==> citruSVM at 99
svmStruct = svmtrain(Data(train,:),groups(train), ...

How to make my programming is working with SVM parameter?