c++ - OpenCV Random Decision Forest: How to get posterior probability -


i did research on multiple websites, couldn't find solution. here's problem:

i implementing pixel-wise classification using rtrees opencv. need posterior probability each class. tried via cv::ml::statmodel::predict(), output matrix contains predicted value. there way posterior probability rtrees?

ps: i'm still quite new machine learning, please forgive me lack of knowledge ^^"


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -