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
Post a Comment