Searched refs:calc_non_rbf_base (Results 1 – 2 of 2) sorted by relevance
/external/opencv/ml/src/ |
D | mlsvm.cpp | 231 void CvSVMKernel::calc_non_rbf_base( int vcount, int var_count, const float** vecs, in calc_non_rbf_base() function in CvSVMKernel 253 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 ); in calc_linear() 261 calc_non_rbf_base( vcount, var_count, vecs, another, results, params->gamma, params->coef0 ); in calc_poly() 270 calc_non_rbf_base( vcount, var_count, vecs, another, results, in calc_sigmoid()
|
/external/opencv/ml/include/ |
D | ml.h | 356 virtual void calc_non_rbf_base( int vec_count, int vec_size, const float** vecs,
|