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

  /external/opencv/ml/src/
mlsvm.cpp 428 alpha_status = (schar*)cvMemStorageAlloc( storage, alpha_count*sizeof(alpha_status[0]));
576 #define is_upper_bound(i) (alpha_status[i] > 0)
579 #define is_lower_bound(i) (alpha_status[i] < 0)
582 #define is_free(i) (alpha_status[i] == 0)
589 alpha_status[i] = (schar)(alpha[i] >= get_C(i) ? 1 : alpha[i] <= 0 ? -1 : 0)
    [all...]
  /external/opencv/ml/include/
ml.h 447 schar* alpha_status; member in class:CvSVMSolver
    [all...]

Completed in 35 milliseconds