Hi all,

Just for the record, I have checked with Yoann offline and we have added
a method to get the probability estimates. So the call is closed ;)

However, this makes me think that the SVMModel APIs introduced with
OpenCV (LibSVMMachineLearningModel and SVMMachineLearningModel) are
somewhat limited with respect to the original one (SVMModel) which
allowed to access more methods available in libSVM.

Could the API be enriched with those methods?

Jordi


ouaf <[email protected]> wrote:
> 
> Dear all, I wish to have access to probability of classiffication despite 
> Label classification after a SVM
> classification
>
> SVMModel allow to have access to the methode EvaluateProbability ! --- So 
> perfect
> Despite LibSVMMarchineLearningModel only have access to the methode predict() 
> which call the method EvaluateLabel
> of SVMModel !
>
> I'm not really good in C++ so Have you advice for me to implement a new 
> method called predictProb which will call 
> EvaluateProbabilities() in place of EvaluateLabel()
> IT seems I have severals problems which I don't understand when I modify  
> LibSVMMarchineLearningModel.txx
>
> Cheers 
>
> Yoann
>
> --
> --
> Check the OTB FAQ at
> http://www.orfeo-toolbox.org/FAQ.html
>  
> You received this message because you are subscribed to the Google
> Groups "otb-users" group.
> To post to this group, send email to 
> otb-users-/[email protected]
> To unsubscribe from this group, send email to
> otb-users+unsubscribe-/[email protected]
> For more options, visit this group at
> http://groups.google.com/group/otb-users?hl=en
> ---
> You received this message because you are subscribed to the Google Groups 
> "otb-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to otb-users+unsubscribe-/
> [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
-- 
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to