CvRTrees member oob_error is not accessible (Feature #2409)
Description
CvRTrees has a member "oob_error" which is protected, and there is no method to access it. However, the out-of-band-error is important when you want to estimate the test set error, saving you crossvalidation when looking for parameters.
Also, the only way to make CvRTrees compute the oob error is to a) use it in the termination criteria b) calculate the variable importance. It would be nice to be able to control this independently.
Associated revisions
Merge pull request #2409 from juanmanpr:master
History
Updated by Alexander Smorkalov over 12 years ago
- Target version set to 2.4.3
- Category set to ml
- Assignee set to Maria Dimashova
Updated by Andrey Kamaev over 12 years ago
- Target version changed from 2.4.3 to 3.0
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4431