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

  /external/opencv/ml/src/
mltree.cpp 238 ord_var_count = -1;
246 cat_var_count++ : ord_var_count--;
249 ord_var_count = ~ord_var_count;
259 have_labels = cv_n > 0 || ord_var_count == 1 && cat_var_count == 0 || _add_labels;
261 buf_size = (ord_var_count + get_work_var_count())*sample_count + 2;
928 sample_count = var_all = var_count = max_c_count = ord_var_count = cat_var_count = 0;
960 assert( 0 <= oi && oi < ord_var_count );
989 (ord_var_count*2 + ci)*n->sample_count;
1013 cvWriteInt( fs, "ord_var_count", ord_var_count )
    [all...]
  /external/opencv/ml/include/
ml.h 792 int ord_var_count, cat_var_count; member in struct:CvDTreeTrainData
    [all...]

Completed in 613 milliseconds