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

  /external/opencv/ml/src/
mltree.cpp 303 max_c_count = 1;
388 max_c_count = MAX( max_c_count, c_count );
505 (MAX(0,max_c_count - 33)/32)*sizeof(int),sizeof(void*));
862 int i, n = (max_c_count + 31)/32;
928 sample_count = var_all = var_count = max_c_count = ord_var_count = cat_var_count = 0;
    [all...]
  /external/opencv/ml/include/
ml.h 791 int sample_count, var_all, var_count, max_c_count; member in struct:CvDTreeTrainData
    [all...]

Completed in 45 milliseconds