Searched refs:oob_responses (Results 1 – 1 of 1) sorted by relevance
295 CvMat* oob_responses = 0; in grow_forest() local336 CV_CALL(oob_responses = cvCreateMat( 2, nsamples, CV_32FC1 )); in grow_forest()337 cvZero(oob_responses); in grow_forest()338 cvGetRow( oob_responses, &oob_predictions_sum, 0 ); in grow_forest()339 cvGetRow( oob_responses, &oob_num_of_predictions, 1 ); in grow_forest()497 cvReleaseMat( &oob_responses ); in grow_forest()