Searched refs:sample_idx_for_tree (Results 1 - 1 of 1) sorted by relevance

/external/opencv/ml/src/
H A Dmlrtrees.cpp292 CvMat* sample_idx_for_tree = 0; local
342 CV_CALL(sample_idx_for_tree = cvCreateMat( 1, nsamples, CV_32SC1 ));
368 sample_idx_for_tree->data.i[i] = idx;
374 CV_CALL(tree->train( data, sample_idx_for_tree, this ));
495 cvReleaseMat( &sample_idx_for_tree );

Completed in 83 milliseconds