Public Member Functions | |
| Cache (int l, long int size) | |
| ~Cache () | |
| int | get_data (const int index, Qfloat **data, int len) |
| void | swap_index (int i, int j) |
Private Member Functions | |
| void | lru_delete (head_t *h) |
| void | lru_insert (head_t *h) |
Private Attributes | |
| int | l |
| long int | size |
| head_t * | head |
| head_t | lru_head |
|
||||||||||||
|
Definition at line 126 of file svm.cpp. References head, l, lru_head, celeste::max(), celeste::Cache::head_t::next, celeste::Cache::head_t::prev, and size. |
|
|
Definition at line 135 of file svm.cpp. References celeste::Cache::head_t::data, head, lru_head, and celeste::Cache::head_t::next. |
|
||||||||||||||||
|
Definition at line 158 of file svm.cpp. References celeste::Cache::head_t::data, head, celeste::Cache::head_t::len, lru_delete(), lru_head, lru_insert(), celeste::Cache::head_t::next, celeste::Qfloat, size, and celeste::swap(). Referenced by celeste::SVR_Q::get_Q(), celeste::ONE_CLASS_Q::get_Q(), and celeste::SVC_Q::get_Q(). |
|
|
Definition at line 142 of file svm.cpp. References celeste::Cache::head_t::next, and celeste::Cache::head_t::prev. Referenced by get_data(), and swap_index(). |
|
|
Definition at line 149 of file svm.cpp. References lru_head, celeste::Cache::head_t::next, and celeste::Cache::head_t::prev. Referenced by get_data(), and swap_index(). |
|
||||||||||||
|
Definition at line 188 of file svm.cpp. References celeste::Cache::head_t::data, head, celeste::Cache::head_t::len, lru_delete(), lru_head, lru_insert(), celeste::Cache::head_t::next, size, and celeste::swap(). Referenced by celeste::ONE_CLASS_Q::swap_index(), and celeste::SVC_Q::swap_index(). |
|
|
Definition at line 120 of file svm.cpp. Referenced by Cache(), get_data(), swap_index(), and ~Cache(). |
|
|
Definition at line 111 of file svm.cpp. Referenced by Cache(). |
|
|
Definition at line 121 of file svm.cpp. Referenced by Cache(), get_data(), lru_insert(), swap_index(), and ~Cache(). |
|
|
Definition at line 112 of file svm.cpp. Referenced by Cache(), get_data(), and swap_index(). |
1.3.9.1