HomeSort by relevance Sort by last modified time
    Searched refs:cls_count (Results 1 - 3 of 3) sorted by null

  /external/opencv/ml/src/
ml_inner_functions.cpp 724 int cls_count = 1, prev_cls, prev_i; local
796 cls_count += *response_ptr[i] != *response_ptr[i-1];
798 if( cls_count < 2 )
801 CV_CALL( *out_response_map = cvCreateMat( 1, cls_count, CV_32SC1 ));
805 CV_CALL( *class_counts = cvCreateMat( 1, cls_count, CV_32SC1 ));
811 cls_count = -1;
819 if( cls_counts && cls_count >= 0 )
820 cls_counts[cls_count] = i - prev_i;
821 cls_map[++cls_count] = prev_cls = cur_cls;
824 *response_ptr[i] = cls_count;
    [all...]
mltree.cpp 1351 int* cls_count = data->counts->data.i; local
2270 int* cls_count = data->counts->data.i; local
    [all...]
  /external/autotest/client/common_lib/test_utils/
mock.py 298 cls_count = 0 variable in class:mock_god.create_mock_class_obj.cls_sub
322 typ.cls_count += 1
323 obj_name = "%s_%s" % (name, typ.cls_count)

Completed in 628 milliseconds