Home
last modified time | relevance | path

Searched refs:decision_func (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/src/
Dmlsvm.cpp1137 decision_func = 0; in CvSVM()
1158 cvFree( &decision_func ); in clear()
1176 decision_func = 0; in CvSVM()
1333 CV_CALL( decision_func = df = in do_train()
1382 CV_CALL( decision_func = df = (CvSVMDecisionFunc*)cvAlloc( in do_train()
1502 df = (CvSVMDecisionFunc*)decision_func; in do_train()
1915 CvSVMDecisionFunc* df = (CvSVMDecisionFunc*)decision_func; in predict()
1928 CvSVMDecisionFunc* df = (CvSVMDecisionFunc*)decision_func; in predict()
2046 const CvSVMDecisionFunc* df = decision_func; in write()
2086 df = decision_func; in write()
[all …]
/external/opencv/ml/include/
Dml.h548 CvSVMDecisionFunc* decision_func; variable