Home
last modified time | relevance | path

Searched refs:calc_rbf (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/ml/src/
Dsvm.cpp217 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/
Dmlsvm.cpp222 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/
Dml.h362 virtual void calc_rbf( int vec_count, int vec_size, const float** vecs,
/external/opencv3/apps/traincascade/
Dold_ml.hpp337 virtual void calc_rbf( int vec_count, int vec_size, const float** vecs,