-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
CvRTrees member oob_error is not accessible #4431
Copy link
Copy link
Closed
Description
Transferred from http://code.opencv.org/issues/2409
|| Stefan Walk on 2012-10-03 11:53
|| Priority: Normal
|| Affected: None
|| Category: ml
|| Tracker: Feature
|| Difficulty: None
|| PR: None
|| Platform: None / None
CvRTrees member oob_error is not accessible
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.
History
Alexander Smorkalov on 2012-10-04 06:37
- Target version set to 2.4.3
- Assignee set to Maria Dimashova
- Category set to ml
Andrey Kamaev on 2012-10-31 14:16
- Target version changed from 2.4.3 to 3.0
Reactions are currently unavailable