How to know the exactly probability of a multi-class prediction using libsvm?
- by lgnlgn
Using svm_predict_probability to estimate the probabilty for a multi-class. I need to know what the order of the returned. It does not seem to be in increasing or decreasing order of the class labels, or the array of labels returned by svm_get_labels. So how do I know which class is coresponding to a probability?
Many thanks