This is the complete list of members for CvSVMKernel, including all inherited members.
Calc typedef | CvSVMKernel | |
calc(int vcount, int n, const float **vecs, const float *another, float *results) | CvSVMKernel | virtual |
calc_func | CvSVMKernel | |
calc_linear(int vec_count, int vec_size, const float **vecs, const float *another, float *results) | CvSVMKernel | virtual |
calc_non_rbf_base(int vec_count, int vec_size, const float **vecs, const float *another, float *results, double alpha, double beta) | CvSVMKernel | virtual |
calc_poly(int vec_count, int vec_size, const float **vecs, const float *another, float *results) | CvSVMKernel | virtual |
calc_rbf(int vec_count, int vec_size, const float **vecs, const float *another, float *results) | CvSVMKernel | virtual |
calc_sigmoid(int vec_count, int vec_size, const float **vecs, const float *another, float *results) | CvSVMKernel | virtual |
clear() | CvSVMKernel | virtual |
create(const CvSVMParams *params, Calc _calc_func) | CvSVMKernel | virtual |
CvSVMKernel() | CvSVMKernel | |
CvSVMKernel(const CvSVMParams *params, Calc _calc_func) | CvSVMKernel | |
params | CvSVMKernel | |
~CvSVMKernel() | CvSVMKernel | virtual |