I am using WEKA on my project. I use SVM(SMO) to classify the result. I firstly collected training set data and ran with 10fold crossvalidation. Then I built a classifier with those training set and made it ran in real-time, means real-time extracting features and passing them into the classifier. However, the classifier returns 0 at most cases( we have 5 labels, 0 is the first label)? It may return other label, but very rare.
What might be the possible reason that cause the classier keep outputting 0? Thanks a lot.