Home
last modified time | relevance | path

Searched defs:solve_eps_svr (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/src/
Dmlsvm.cpp1059 bool CvSVMSolver::solve_eps_svr( int _sample_count, int _var_count, const float** _samples, in solve_eps_svr() function in CvSVMSolver
/external/opencv3/modules/ml/src/
Dsvm.cpp1114 static bool solve_eps_svr( const Mat& _samples, const vector<float>& _yf, in solve_eps_svr() function in cv::ml::SVMImpl::Solver