

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 () | |
Private Attributes | |
| Cache * | cache |
| double * | QD |
Definition at line 1303 of file libsvm.cpp.
| ONE_CLASS_Q::ONE_CLASS_Q | ( | const svm_problem & | prob, |
| const svm_parameter & | param | ||
| ) | [inline] |
Definition at line 1306 of file libsvm.cpp.
References cache, svm_parameter::cache_size, Kernel::kernel_function, svm_problem::l, and QD.
| ONE_CLASS_Q::~ONE_CLASS_Q | ( | ) | [inline] |
Definition at line 1339 of file libsvm.cpp.
| Qfloat* ONE_CLASS_Q::get_Q | ( | int | i, |
| int | len | ||
| ) | const [inline, virtual] |
Implements Kernel.
Definition at line 1315 of file libsvm.cpp.
References cache, Cache::get_data(), and Kernel::kernel_function.
| double* ONE_CLASS_Q::get_QD | ( | ) | const [inline, virtual] |
| void ONE_CLASS_Q::swap_index | ( | int | i, |
| int | j | ||
| ) | const [inline, virtual] |
Reimplemented from Kernel.
Definition at line 1332 of file libsvm.cpp.
References cache, QD, swap(), and Cache::swap_index().
Cache* ONE_CLASS_Q::cache [private] |
Definition at line 1345 of file libsvm.cpp.
Referenced by get_Q(), ONE_CLASS_Q(), swap_index(), and ~ONE_CLASS_Q().
double* ONE_CLASS_Q::QD [private] |
Definition at line 1346 of file libsvm.cpp.
Referenced by get_QD(), ONE_CLASS_Q(), swap_index(), and ~ONE_CLASS_Q().
1.7.2