

Public Member Functions | |
| SVR_Q (const svm_problem &prob, const svm_parameter ¶m) | |
| void | swap_index (int i, int j) const |
| Qfloat * | get_Q (int i, int len) const |
| double * | get_QD () const |
| ~SVR_Q () | |
Private Attributes | |
| int | l |
| Cache * | cache |
| schar * | sign |
| int * | index |
| int | next_buffer |
| Qfloat * | buffer [2] |
| double * | QD |
Definition at line 1349 of file libsvm.cpp.
| SVR_Q::SVR_Q | ( | const svm_problem & | prob, |
| const svm_parameter & | param | ||
| ) | [inline] |
Definition at line 1352 of file libsvm.cpp.
References buffer, cache, svm_parameter::cache_size, index, Kernel::kernel_function, svm_problem::l, l, next_buffer, QD, and sign.
| SVR_Q::~SVR_Q | ( | ) | [inline] |
| Qfloat* SVR_Q::get_Q | ( | int | i, |
| int | len | ||
| ) | const [inline, virtual] |
Implements Kernel.
Definition at line 1381 of file libsvm.cpp.
References buffer, cache, Cache::get_data(), index, Kernel::kernel_function, l, next_buffer, and sign.
| double* SVR_Q::get_QD | ( | ) | const [inline, virtual] |
| void SVR_Q::swap_index | ( | int | i, |
| int | j | ||
| ) | const [inline, virtual] |
Qfloat* SVR_Q::buffer[2] [private] |
Definition at line 1420 of file libsvm.cpp.
Cache* SVR_Q::cache [private] |
Definition at line 1416 of file libsvm.cpp.
int* SVR_Q::index [private] |
Definition at line 1418 of file libsvm.cpp.
Referenced by get_Q(), SVR_Q(), swap_index(), and ~SVR_Q().
int SVR_Q::l [private] |
Definition at line 1415 of file libsvm.cpp.
int SVR_Q::next_buffer [mutable, private] |
Definition at line 1419 of file libsvm.cpp.
double* SVR_Q::QD [private] |
Definition at line 1421 of file libsvm.cpp.
Referenced by get_QD(), SVR_Q(), swap_index(), and ~SVR_Q().
schar* SVR_Q::sign [private] |
Definition at line 1417 of file libsvm.cpp.
Referenced by get_Q(), SVR_Q(), swap_index(), and ~SVR_Q().
1.7.2