Searched refs:calc_rbf (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/ml/src/ |
D | svm.cpp | 217 void calc_rbf( int vcount, int var_count, const float* vecs, in calc_rbf() function in cv::ml::SVMKernelImpl 311 calc_rbf(vcount, var_count, vecs, another, results); in calc()
|
/external/opencv/ml/src/ |
D | mlsvm.cpp | 222 calc_func = params->kernel_type == CvSVM::RBF ? &CvSVMKernel::calc_rbf : in create() 285 void CvSVMKernel::calc_rbf( int vcount, int var_count, const float** vecs, in calc_rbf() function in CvSVMKernel
|
/external/opencv/ml/include/ |
D | ml.h | 362 virtual void calc_rbf( int vec_count, int vec_size, const float** vecs,
|
/external/opencv3/apps/traincascade/ |
D | old_ml.hpp | 337 virtual void calc_rbf( int vec_count, int vec_size, const float** vecs,
|