Home | History | Annotate | Download | only in src

Lines Matching refs:step

97 //   Result is 0 if function can't make next step (error input or folds are finished),
164 int step;
207 step = trainClasses->rows == 1 ? 1 : trainClasses->step / sizeof(float);
211 te1 = responses_fl[*data * step];
226 step = trainClasses->rows == 1 ? 1 : trainClasses->step / sizeof(int);
230 te1 = responses_i[*data * step];
255 step = trainClasses->rows == 1 ? 1 : trainClasses->step / sizeof(float);
258 if (cvRound (responses_result[*data]) == cvRound (responses_fl[*data * step]))
266 step = trainClasses->rows == 1 ? 1 : trainClasses->step / sizeof(int);
269 if (cvRound (responses_result[*data]) == responses_i[*data * step])
467 1 : sampleIdx->step / CV_ELEM_SIZE(sampleIdx->type);