
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 |
| Qfloat * | get_QD () const |
| ~SVR_Q () | |
Private Attributes | |
| int | l |
| Cache * | cache |
| schar * | sign |
| int * | index |
| int | next_buffer |
| Qfloat * | buffer [2] |
| Qfloat * | QD |
|
||||||||||||
|
Definition at line 1395 of file svm.cpp. References buffer, cache, celeste::svm_parameter::cache_size, index, celeste::svm_problem::l, l, next_buffer, QD, celeste::Qfloat, celeste::schar, and sign. |
|
|
Definition at line 1448 of file svm.cpp. References buffer. |
|
||||||||||||
|
Implements celeste::Kernel. Definition at line 1424 of file svm.cpp. References buffer, cache, celeste::Cache::get_data(), index, l, next_buffer, celeste::Qfloat, celeste::schar, and sign. |
|
|
Implements celeste::Kernel. Definition at line 1443 of file svm.cpp. References celeste::Qfloat. |
|
||||||||||||
|
Reimplemented from celeste::Kernel. Definition at line 1417 of file svm.cpp. References index, QD, sign, and celeste::swap(). |
|
|
|
|
|
|
|
|
Definition at line 1461 of file svm.cpp. Referenced by get_Q(), SVR_Q(), and swap_index(). |
|
|
|
|
|
|
|
|
Definition at line 1464 of file svm.cpp. Referenced by SVR_Q(), and swap_index(). |
|
|
Definition at line 1460 of file svm.cpp. Referenced by get_Q(), SVR_Q(), and swap_index(). |
1.3.9.1