Searched refs:oob_predictions_sum (Results 1 – 1 of 1) sorted by relevance
316 CvMat oob_predictions_sum = cvMat( 1, 1, CV_32FC1 ); in grow_forest() local338 cvGetRow( oob_responses, &oob_predictions_sum, 0 ); in grow_forest()396 oob_predictions_sum.data.fl[i] += (float)resp; in grow_forest()400 avg_resp = oob_predictions_sum.data.fl[i]/oob_num_of_predictions.data.fl[i]; in grow_forest()