Hugintrunk
0.1
|
Public Member Functions | |
ONE_CLASS_Q (const svm_problem &prob, const svm_parameter ¶m) | |
Qfloat * | get_Q (int i, int len) const |
double * | get_QD () const |
void | swap_index (int i, int j) const |
~ONE_CLASS_Q () | |
Public Member Functions inherited from celeste::Kernel | |
Kernel (int l, svm_node *const *x, const svm_parameter ¶m) | |
virtual | ~Kernel () |
Public Member Functions inherited from celeste::QMatrix | |
virtual | ~QMatrix () |
Private Attributes | |
Cache * | cache |
double * | QD |
Additional Inherited Members | |
Static Public Member Functions inherited from celeste::Kernel | |
static double | k_function (const svm_node *x, const svm_node *y, const svm_parameter ¶m) |
Protected Attributes inherited from celeste::Kernel | |
double(Kernel::* | kernel_function )(int i, int j) const |
|
inline |
Definition at line 1366 of file svm.cpp.
References cache, celeste::svm_parameter::cache_size, celeste::Kernel::kernel_function, celeste::svm_problem::l, and QD.
|
inline |
|
inlinevirtual |
Implements celeste::Kernel.
Definition at line 1375 of file svm.cpp.
References cache, data, celeste::Cache::get_data(), and celeste::Kernel::kernel_function.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from celeste::Kernel.
Definition at line 1392 of file svm.cpp.
References cache, QD, celeste::swap(), celeste::Cache::swap_index(), and celeste::Kernel::swap_index().
|
private |
Definition at line 1405 of file svm.cpp.
Referenced by get_Q(), ONE_CLASS_Q(), swap_index(), and ~ONE_CLASS_Q().
|
private |
Definition at line 1406 of file svm.cpp.
Referenced by get_QD(), ONE_CLASS_Q(), swap_index(), and ~ONE_CLASS_Q().