Does SVMlight display classification points?

I need to know if SVMlight displays classification grades. I could not find him anywhere. I know that for example libSVM does. Thanks

+3
source share
1 answer

The SVMLight output consists of a "predicted value" for each classified instance. Strictly speaking, this is not a “classification assessment”, but can be used as a certain degree of certainty.

There are many ways to convert this into some type of probabilistic measure (I think this is what you are talking about in the “estimates”). For example, see J. C. Platt's related article

+2
source

All Articles