Searched refs:calc_chi2 (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/ml/src/ |
D | svm.cpp | 275 void calc_chi2( int vcount, int var_count, const float* vecs, in calc_chi2() function in cv::ml::SVMKernelImpl 320 calc_chi2(vcount, var_count, vecs, another, results); in calc()
|
/external/opencv3/apps/traincascade/ |
D | old_ml.hpp | 333 virtual void calc_chi2( int vec_count, int vec_size, const float** vecs,
|