Home
last modified time | relevance | path

Searched defs:calc_poly (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/src/
Dmlsvm.cpp257 void CvSVMKernel::calc_poly( int vcount, int var_count, const float** vecs, in calc_poly() function in CvSVMKernel
/external/opencv3/modules/ml/src/
Dsvm.cpp189 void calc_poly( int vcount, int var_count, const float* vecs, in calc_poly() function in cv::ml::SVMKernelImpl