Ask Your Question

phdggg's profile - activity

2013-08-23 03:12:06 -0600 received badge  Nice Question (source)
2013-08-23 00:25:17 -0600 received badge  Student (source)
2013-08-23 00:13:17 -0600 asked a question Confidence measure/score for Boosting

I am testing various Boosting methods implemented in OpenCV. Apart for the prediction result itself, I could use some measure of prediction confidence. Can I get not only the class corresponding to the highest probability, but also this probability? I saw there is parameter returnSum to the function CvBoost::predict(). Is it a good measure for this probability?

Thanks!