I am performing a 12 class SVM classification with LIBSVM. My class labels are integers of {1,2,..., 12}. svmpredict sometimes returns an array of zeros instead of the predicted class labels. What would be the reason for this, and how do I prevent it?