Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I have two questions in using LIBSVM

  1. The decision function for C-support vector classification is

    $$\text{sgn}\left(w^T\phi(x)+b\right)=\text{sgn}\left(\sum_{i=1}^ly_i\alpha_iK(x_i,x)+b\right)$$

    How can I understand the physical meaning of $b$? How can I enable LIBSVM to output these two types of information, $w$ and $b$?

  2. LIBSVM is able to output probability estimates. When reading the articles of SVM, I also read similar term like confidence? I am not sure whether they are talking the same thing?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.