Home | History | Annotate | Download | only in src

Lines Matching refs:_sample_idx

687             const CvMat* _sample_weights, const CvMat* _sample_idx,
730 if( _sample_idx )
732 CV_CALL( sample_idx = cvPreprocessIndexArray( _sample_idx, _inputs->rows ));
817 const CvMat* _sample_weights, const CvMat* _sample_idx,
840 _sample_idx, &x0, &u, &sw, flags ));