Searched refs:CvSVMParams (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/apps/traincascade/ |
D | old_ml.hpp | 291 struct CvSVMParams struct 293 CvSVMParams(); 294 CvSVMParams( int svm_type, int kernel_type, 318 CvSVMKernel( const CvSVMParams* params, Calc _calc_func ); argument 319 virtual bool create( const CvSVMParams* params, Calc _calc_func ); 325 const CvSVMParams* params; 411 const CvSVMParams* params; 474 CvSVMParams params=CvSVMParams() ); 478 CvSVMParams params=CvSVMParams() ); 481 const CvMat* varIdx, const CvMat* sampleIdx, CvSVMParams params, [all …]
|
/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()
|