How to know the exactly probability of a multi-class prediction using libsvm?

Posted by lgnlgn on Stack Overflow See other posts from Stack Overflow or by lgnlgn
Published on 2010-05-06T01:03:37Z Indexed on 2010/05/06 1:08 UTC
Read the original article Hit count: 305

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about libsvm

Related posts about probability