Home | History | Annotate | Download | only in src

Lines Matching refs:subtree_weights

704     double* subtree_weights = ensemble->get_subtree_weights()->data.db;
718 subtree_weights[i] = w;
753 subtree_weights[i] = w;
768 subtree_weights[count] = rcw[0];
769 subtree_weights[count+1] = rcw[1];
800 weights = subtree_weights = 0;
999 CV_CALL( subtree_weights = cvCreateMat( 1, count + 2, CV_64F ));
1633 return subtree_weights;