Searched refs:oob_num_of_predictions (Results 1 – 1 of 1) sorted by relevance
317 CvMat oob_num_of_predictions = cvMat( 1, 1, CV_32FC1 ); in grow_forest() local339 cvGetRow( oob_responses, &oob_num_of_predictions, 1 ); in grow_forest()397 oob_num_of_predictions.data.fl[i] += 1; in grow_forest()400 avg_resp = oob_predictions_sum.data.fl[i]/oob_num_of_predictions.data.fl[i]; in grow_forest()