CvBoost train with updating (Bug #3208)
Description
After I fixed the segfault from #3193 on my PC, I faced that CvBoost doesn't do updating in the train method actually because of incorrect data_root->num_valid array (does not change the forest at all)... One more fix. After that the updating started to run. But the algorithm of updating looks strange for me. It trains new trees independently of previous ones; in prediction method it just sums values of trees from the both parts of the forest. I think this is wrong.
We should implement correct updating of CvBoost when it'll be refactored (now it's hard even to support the code).
Associated revisions
Merge pull request #3208 from vbystricky:oclopt_Filter2D
History
Updated by Victor Kocheganov over 11 years ago
- Status changed from New to Open
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4611