Home | History | Annotate | Download | only in src

Lines Matching refs:sample_all

140     int sample_all = 0, r_type = 0, cv_n;
192 CV_CALL( cvCheckTrainData( _train_data, _tflag, _missing_mask, &var_all, &sample_all ));
208 sample_count = sample_all;
213 CV_CALL( sample_idx = cvPreprocessIndexArray( _sample_idx, sample_all ));
229 _responses->rows + _responses->cols - 1 != sample_all )