Home
last modified time | relevance | path

Searched refs:class_counts (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/src/
Dml_inner_functions.cpp708 CvMat** out_response_map, CvMat** class_counts ) in cvPreprocessCategoricalResponses() argument
718 if( class_counts ) in cvPreprocessCategoricalResponses()
719 *class_counts = 0; in cvPreprocessCategoricalResponses()
803 if( class_counts ) in cvPreprocessCategoricalResponses()
805 CV_CALL( *class_counts = cvCreateMat( 1, cls_count, CV_32SC1 )); in cvPreprocessCategoricalResponses()
806 cls_counts = (*class_counts)->data.i; in cvPreprocessCategoricalResponses()
D_ml.h347 CvMat** out_response_map, CvMat** class_counts=0 );