#include <ml.hpp>
|
typedef void(CvSVMKernel::* | Calc) (int vec_count, int vec_size, const float **vecs, const float *another, float *results) |
|
|
| CvSVMKernel () |
|
| CvSVMKernel (const CvSVMParams *params, Calc _calc_func) |
|
virtual bool | create (const CvSVMParams *params, Calc _calc_func) |
|
virtual | ~CvSVMKernel () |
|
virtual void | clear () |
|
virtual void | calc (int vcount, int n, const float **vecs, const float *another, float *results) |
|
virtual void | calc_non_rbf_base (int vec_count, int vec_size, const float **vecs, const float *another, float *results, double alpha, double beta) |
|
virtual void | calc_linear (int vec_count, int vec_size, const float **vecs, const float *another, float *results) |
|
virtual void | calc_rbf (int vec_count, int vec_size, const float **vecs, const float *another, float *results) |
|
virtual void | calc_poly (int vec_count, int vec_size, const float **vecs, const float *another, float *results) |
|
virtual void | calc_sigmoid (int vec_count, int vec_size, const float **vecs, const float *another, float *results) |
|
§ Calc
typedef void(CvSVMKernel::* CvSVMKernel::Calc) (int vec_count, int vec_size, const float **vecs, const float *another, float *results) |
§ CvSVMKernel() [1/2]
CvSVMKernel::CvSVMKernel |
( |
| ) |
|
§ CvSVMKernel() [2/2]
§ ~CvSVMKernel()
virtual CvSVMKernel::~CvSVMKernel |
( |
| ) |
|
|
virtual |
§ calc()
virtual void CvSVMKernel::calc |
( |
int |
vcount, |
|
|
int |
n, |
|
|
const float ** |
vecs, |
|
|
const float * |
another, |
|
|
float * |
results |
|
) |
| |
|
virtual |
§ calc_linear()
virtual void CvSVMKernel::calc_linear |
( |
int |
vec_count, |
|
|
int |
vec_size, |
|
|
const float ** |
vecs, |
|
|
const float * |
another, |
|
|
float * |
results |
|
) |
| |
|
virtual |
§ calc_non_rbf_base()
virtual void CvSVMKernel::calc_non_rbf_base |
( |
int |
vec_count, |
|
|
int |
vec_size, |
|
|
const float ** |
vecs, |
|
|
const float * |
another, |
|
|
float * |
results, |
|
|
double |
alpha, |
|
|
double |
beta |
|
) |
| |
|
virtual |
§ calc_poly()
virtual void CvSVMKernel::calc_poly |
( |
int |
vec_count, |
|
|
int |
vec_size, |
|
|
const float ** |
vecs, |
|
|
const float * |
another, |
|
|
float * |
results |
|
) |
| |
|
virtual |
§ calc_rbf()
virtual void CvSVMKernel::calc_rbf |
( |
int |
vec_count, |
|
|
int |
vec_size, |
|
|
const float ** |
vecs, |
|
|
const float * |
another, |
|
|
float * |
results |
|
) |
| |
|
virtual |
§ calc_sigmoid()
virtual void CvSVMKernel::calc_sigmoid |
( |
int |
vec_count, |
|
|
int |
vec_size, |
|
|
const float ** |
vecs, |
|
|
const float * |
another, |
|
|
float * |
results |
|
) |
| |
|
virtual |
§ clear()
virtual void CvSVMKernel::clear |
( |
| ) |
|
|
virtual |
§ create()
virtual bool CvSVMKernel::create |
( |
const CvSVMParams * |
params, |
|
|
Calc |
_calc_func |
|
) |
| |
|
virtual |
§ calc_func
Calc CvSVMKernel::calc_func |
§ params
The documentation for this struct was generated from the following file: