OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:class_weights
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mlsvm.cpp
171
gamma(1), coef0(0), C(1), nu(0), p(0),
class_weights
(0)
183
C(_Con), nu(_nu), p(_p),
class_weights
(_class_weights), term_crit(_term_crit)
1139
class_weights
= 0;
1160
cvReleaseMat( &
class_weights
);
1178
class_weights
= 0;
[
all
...]
/external/opencv/ml/include/
ml.h
336
CvMat*
class_weights
; // for CV_SVM_C_SVC
member in struct:CvSVMParams
547
CvMat*
class_weights
;
member in class:CvSVM
[
all
...]
Completed in 66 milliseconds