Searched refs:out_responses (Results 1 – 2 of 2) sorted by relevance
632 CvMat* out_responses = 0; in cvPreprocessOrderedResponses() local661 out_responses = (CvMat*)responses; in cvPreprocessOrderedResponses()676 CV_CALL( out_responses = cvCreateMat( 1, sample_count, CV_32FC1 )); in cvPreprocessOrderedResponses()678 dst = out_responses->data.fl; in cvPreprocessOrderedResponses()702 return out_responses; in cvPreprocessOrderedResponses()710 CvMat* out_responses = 0; in cvPreprocessCategoricalResponses() local760 CV_CALL( out_responses = cvCreateMat( 1, sample_count, CV_32SC1 )); in cvPreprocessCategoricalResponses()769 dst = out_responses->data.i; in cvPreprocessCategoricalResponses()834 return out_responses; in cvPreprocessCategoricalResponses()962 CvMat** out_responses, in cvPrepareTrainData() argument[all …]
297 CvMat** out_responses,