Home | History | Annotate | Download | only in include

Lines Matching refs:vec_count

343     typedef void (CvSVMKernel::*Calc)( int vec_count, int vec_size, const float** vecs,
356 virtual void calc_non_rbf_base( int vec_count, int vec_size, const float** vecs,
360 virtual void calc_linear( int vec_count, int vec_size, const float** vecs,
362 virtual void calc_rbf( int vec_count, int vec_size, const float** vecs,
364 virtual void calc_poly( int vec_count, int vec_size, const float** vecs,
366 virtual void calc_sigmoid( int vec_count, int vec_size, const float** vecs,