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

  /external/opencv/ml/src/
mlsvm.cpp 584 #undef get_C
585 #define get_C(i) (C[y[i]>0])
589 alpha_status[i] = (schar)(alpha[i] >= get_C(i) ? 1 : alpha[i] <= 0 ? -1 : 0)
646 C_i = get_C(i);
647 C_j = get_C(j);
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp 636 #undef get_C
637 #define get_C(i) (C[y[i]>0])
641 alpha_status[i] = (schar)(alpha[i] >= get_C(i) ? 1 : alpha[i] <= 0 ? -1 : 0)
703 C_i = get_C(i);
704 C_j = get_C(j);
    [all...]

Completed in 197 milliseconds