Searched refs:SVMImpl (Results 1 – 1 of 1) sorted by relevance
411 class SVMImpl : public SVM class1227 SVMImpl() in SVMImpl() function in cv::ml::SVMImpl1233 ~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()