condition is always false: modules/ml/src/tree.cpp:1437 (Bug #3690)
Description
modules/ml/src/tree.cpp:1437
if( cat_var_count != cat_var_count || ord_var_count != ord_var_count )
Condition is always false
Associated revisions
fix bug #3690
removed invalid condition, it is always false
Merge pull request #3690 from theodr:moprh_lines_detection_tut
History
Updated by Vladislav Vinogradov almost 11 years ago
- Status changed from New to Open
- Assignee set to Vladislav Vinogradov
- Category set to ml
- Pull request set to https://github.com/Itseez/opencv/pull/2748
Updated by Vladislav Vinogradov almost 11 years ago
- Status changed from Open to Done
- Target version set to 2.4.10