Searched defs:solve_eps_svr (Results 1 – 2 of 2) sorted by relevance
1059 bool CvSVMSolver::solve_eps_svr( int _sample_count, int _var_count, const float** _samples, in solve_eps_svr() function in CvSVMSolver
1114 static bool solve_eps_svr( const Mat& _samples, const vector<float>& _yf, in solve_eps_svr() function in cv::ml::SVMImpl::Solver