HomeSort by relevance Sort by last modified time
    Searched refs:subtree_weights (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlboost.cpp 704 double* subtree_weights = ensemble->get_subtree_weights()->data.db; local
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 ));
    [all...]
  /external/opencv/ml/include/
ml.h 1136 CvMat* subtree_weights; member in class:CvBoost
    [all...]

Completed in 419 milliseconds