Home
last modified time | relevance | path

Searched refs:calc_chi2 (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/ml/src/
Dsvm.cpp275 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/
Dold_ml.hpp333 virtual void calc_chi2( int vec_count, int vec_size, const float** vecs,