I am using Libsvm(3.18) software with MATLAB interface to classify my data which consist of 4 classes. I am using -b 1 option in svmtrain and svmpredict functions.
In the output there are 4 prob.estimate values for each test sample. May be for 4 classes 4 values.According to me highest probability is the predict label class. But, unfortunately i am not finding this match.
Can anyone identify my mistake?May be i am wrong interpreting the matter?