Home | History | Annotate | Download | only in traincascade

Lines Matching full:leaves

1618     // Change values in tree leaves according to the used loss function.
1628 // changes 'value' fields of the trees' leaves.
1673 // Internal recursive function giving an array of subtree tree leaves.
1676 // void leaves_get( CvDTreeNode** leaves, int& count, CvDTreeNode* node );
1681 // count - count of leaves in the subtree.
1682 // leaves - array of pointers to leaves.
1685 void leaves_get( CvDTreeNode** leaves, int& count, CvDTreeNode* node );
1690 // Get leaves of the tree.
1698 // len - count of the leaves.
1700 // CvDTreeNode** - array of pointers to leaves.