Home
last modified time | relevance | path

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

/external/opencv3/modules/ml/src/
Dsvm.cpp411 class SVMImpl : public SVM class
1227 SVMImpl() in SVMImpl() function in cv::ml::SVMImpl
1233 ~SVMImpl() in ~SVMImpl()
1829 PredictBody( const SVMImpl* _svm, const Mat& _samples, Mat& _results, bool _returnDFVal ) in PredictBody()
1855 const SVMImpl::DecisionFunc* df = &svm->decision_func[0]; in operator ()()
1906 const SVMImpl* svm;
2218 return makePtr<SVMImpl>(); in create()