Home | History | Annotate | Download | only in include

Lines Matching refs:CvSVMSolver

388 class CV_EXPORTS CvSVMSolver
391 typedef bool (CvSVMSolver::*SelectWorkingSet)( int& i, int& j );
392 typedef float* (CvSVMSolver::*GetRow)( int i, float* row, float* dst, bool existed );
393 typedef void (CvSVMSolver::*CalcRho)( double& rho, double& r );
395 CvSVMSolver();
397 CvSVMSolver( int count, int var_count, const float** samples, schar* y,
405 virtual ~CvSVMSolver();
551 CvSVMSolver* solver;