OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_c
(Results
1 - 1
of
1
) 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
...]
Completed in 2522 milliseconds