
Public Member Functions | |
| ONE_CLASS_Q (const svm_problem &prob, const svm_parameter ¶m) | |
| Qfloat * | get_Q (int i, int len) const |
| Qfloat * | get_QD () const |
| void | swap_index (int i, int j) const |
| ~ONE_CLASS_Q () | |
Private Attributes | |
| Cache * | cache |
| Qfloat * | QD |
|
||||||||||||
|
Definition at line 1349 of file svm.cpp. References cache, celeste::svm_parameter::cache_size, celeste::svm_problem::l, QD, and celeste::Qfloat. |
|
|
|
|
||||||||||||
|
Implements celeste::Kernel. Definition at line 1358 of file svm.cpp. References cache, celeste::Cache::get_data(), and celeste::Qfloat. |
|
|
Implements celeste::Kernel. Definition at line 1370 of file svm.cpp. References celeste::Qfloat. |
|
||||||||||||
|
Reimplemented from celeste::Kernel. Definition at line 1375 of file svm.cpp. References cache, QD, celeste::swap(), and celeste::Cache::swap_index(). |
|
|
Definition at line 1388 of file svm.cpp. Referenced by get_Q(), ONE_CLASS_Q(), and swap_index(). |
|
|
Definition at line 1389 of file svm.cpp. Referenced by ONE_CLASS_Q(), and swap_index(). |
1.3.9.1