Definition at line 202 of file svm.cpp.
virtual Qfloat* Kernel::get_Q |
( |
int |
column, |
|
|
int |
len |
|
) |
| const |
|
pure virtual |
virtual double* Kernel::get_QD |
( |
| ) |
const |
|
pure virtual |
double Kernel::kernel_linear |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inlineprivate |
double Kernel::kernel_poly |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inlineprivate |
double Kernel::kernel_precomputed |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inlineprivate |
double Kernel::kernel_rbf |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inlineprivate |
double Kernel::kernel_sigmoid |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inlineprivate |
virtual void Kernel::swap_index |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inlinevirtual |
const double Kernel::coef0 |
|
private |
const double Kernel::gamma |
|
private |
double(Kernel::* Kernel::kernel_function) (int i, int j) const |
|
protected |
const int Kernel::kernel_type |
|
private |
The documentation for this class was generated from the following file: