Searched refs:CvSVMParams (Results 1 – 2 of 2) sorted by relevance
/external/opencv/ml/include/ |
D | ml.h | 319 struct CV_EXPORTS CvSVMParams struct 321 CvSVMParams(); 322 CvSVMParams( int _svm_type, int _kernel_type, 346 CvSVMKernel( const CvSVMParams* _params, Calc _calc_func ); argument 347 virtual bool create( const CvSVMParams* _params, Calc _calc_func ); 353 const CvSVMParams* params; 436 const CvSVMParams* params; 499 CvSVMParams _params=CvSVMParams() ); 503 CvSVMParams _params=CvSVMParams() ); 505 const CvMat* _var_idx, const CvMat* _sample_idx, CvSVMParams _params, [all …]
|
/external/opencv/ml/src/ |
D | mlsvm.cpp | 169 CvSVMParams::CvSVMParams() : in CvSVMParams() function in CvSVMParams 177 CvSVMParams::CvSVMParams( int _svm_type, int _kernel_type, in CvSVMParams() function in CvSVMParams 208 CvSVMKernel::CvSVMKernel( const CvSVMParams* _params, Calc _calc_func ) in CvSVMKernel() 215 bool CvSVMKernel::create( const CvSVMParams* _params, Calc _calc_func ) in create() 1174 const CvMat* _var_idx, const CvMat* _sample_idx, CvSVMParams _params ) in CvSVM() 1201 bool CvSVM::set_params( const CvSVMParams& _params ) in set_params() 1526 const CvMat* _var_idx, const CvMat* _sample_idx, CvSVMParams _params ) in train() 1591 const CvMat* _var_idx, const CvMat* _sample_idx, CvSVMParams _params, int k_fold, in train_auto() 2122 CvSVMParams _params; in read_params()
|