|
Hugin trunk 0.1
|
Classes | |
| struct | head_t |
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 141 of file svm.cpp.
References head, l, lru_head, celeste::max(), celeste::Cache::head_t::next, celeste::Cache::head_t::prev, size, and threshold().
| celeste::Cache::~Cache | ( | ) |
Definition at line 150 of file svm.cpp.
References head, lru_head, celeste::Cache::head_t::next, and threshold().
Definition at line 173 of file svm.cpp.
References head, lru_delete(), lru_head, lru_insert(), celeste::Cache::head_t::next, size, celeste::swap(), and threshold().
Referenced by celeste::SVC_Q::get_Q(), celeste::ONE_CLASS_Q::get_Q(), and celeste::SVR_Q::get_Q().
Definition at line 157 of file svm.cpp.
Referenced by get_data(), and swap_index().
Definition at line 164 of file svm.cpp.
References lru_head, and celeste::Cache::head_t::prev.
Referenced by get_data(), and swap_index().
Definition at line 203 of file svm.cpp.
References head, lru_delete(), lru_head, lru_insert(), celeste::Cache::head_t::next, size, celeste::swap(), and threshold().
Referenced by celeste::SVC_Q::swap_index(), and celeste::ONE_CLASS_Q::swap_index().
|
private |
Definition at line 135 of file svm.cpp.
Referenced by Cache(), get_data(), swap_index(), and ~Cache().
|
private |
Definition at line 136 of file svm.cpp.
Referenced by Cache(), get_data(), lru_insert(), swap_index(), and ~Cache().
Definition at line 127 of file svm.cpp.
Referenced by Cache(), get_data(), and swap_index().