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

  /external/opencv/ml/src/
mlsvm.cpp 626 double old_alpha_i, old_alpha_j, alpha_i, alpha_j; local
649 alpha_i = old_alpha_i = alpha[i];
720 delta_alpha_i = alpha_i - old_alpha_i;
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp 683 double old_alpha_i, old_alpha_j, alpha_i, alpha_j; local
706 alpha_i = old_alpha_i = alpha[i];
777 delta_alpha_i = alpha_i - old_alpha_i;
    [all...]

Completed in 2666 milliseconds