I want to classify the data using binary classifier. I am using LIBSVM. The protocol requires to use a threshold of 50 to classify the samples into class 1 or 0. How to give this threshold.I have done 5-fold cross validation to find parameters c and gamma and trained the classifier on the training data. Now i want to use trained model to classify the test data using threshold of 50. I used '-b1' flag in LIBSVM to output probabilities computed by SVM. Does it use any default threshold? Also would like to know how to compute EER? I have plotted ROC and found AUC.