Searched refs:sample_all (Results 1 – 3 of 3) sorted by relevance
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 630 cvPreprocessOrderedResponses( const CvMat* responses, const CvMat* sample_idx, int sample_all ) in cvPreprocessOrderedResponses() argument 641 int sample_count = sample_all; in cvPreprocessOrderedResponses() 685 assert( (unsigned)idx < (unsigned)sample_all ); in cvPreprocessOrderedResponses() 695 assert( (unsigned)idx < (unsigned)sample_all ); in cvPreprocessOrderedResponses() 707 const CvMat* sample_idx, int sample_all, in cvPreprocessCategoricalResponses() argument 731 int sample_count = sample_all; in cvPreprocessCategoricalResponses() 774 assert( (unsigned)idx < (unsigned)sample_all ); in cvPreprocessCategoricalResponses() 913 int* var_all, int* sample_all ) in cvCheckTrainData() argument 920 if( sample_all ) in cvCheckTrainData() 921 *sample_all = 0; in cvCheckTrainData() [all …]
|
D | _ml.h | 335 int* var_all, int* sample_all ); 343 const CvMat* sample_idx, int sample_all ); 346 const CvMat* sample_idx, int sample_all,
|
D | mltree.cpp | 140 int sample_all = 0, r_type = 0, cv_n; in CV_IMPLEMENT_QSORT_EX() local 192 CV_CALL( cvCheckTrainData( _train_data, _tflag, _missing_mask, &var_all, &sample_all )); in CV_IMPLEMENT_QSORT_EX() 208 sample_count = sample_all; in CV_IMPLEMENT_QSORT_EX() 213 CV_CALL( sample_idx = cvPreprocessIndexArray( _sample_idx, sample_all )); in CV_IMPLEMENT_QSORT_EX() 229 _responses->rows + _responses->cols - 1 != sample_all ) in CV_IMPLEMENT_QSORT_EX()
|