Home
last modified time | relevance | path

Searched refs:subtree_weights (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/src/
Dmlboost.cpp704 double* subtree_weights = ensemble->get_subtree_weights()->data.db; in calc_node_value() local
718 subtree_weights[i] = w; in calc_node_value()
753 subtree_weights[i] = w; in calc_node_value()
768 subtree_weights[count] = rcw[0]; in calc_node_value()
769 subtree_weights[count+1] = rcw[1]; in calc_node_value()
800 weights = subtree_weights = 0; in CvBoost()
999 CV_CALL( subtree_weights = cvCreateMat( 1, count + 2, CV_64F )); in update_weights()
1633 return subtree_weights; in get_subtree_weights()
/external/opencv/ml/include/
Dml.h1136 CvMat* subtree_weights; variable