Classes | |
class | head_t |
Package Functions | |
Cache (int l_, long size_) | |
int | get_data (int index, float[][] 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 | |
final head_t[] | head |
final int | l |
head_t | lru_head |
long | size |
libsvm.Cache.Cache | ( | int | l_, |
long | size_ | ||
) | [inline, package] |
int libsvm.Cache.get_data | ( | int | index, |
float | data[][], | ||
int | len | ||
) | [inline, package] |
void libsvm.Cache.lru_delete | ( | head_t | h | ) | [inline, private] |
void libsvm.Cache.lru_insert | ( | head_t | h | ) | [inline, private] |
void libsvm.Cache.swap_index | ( | int | i, |
int | j | ||
) | [inline, package] |
final head_t [] libsvm.Cache.head [private] |
final int libsvm.Cache.l [private] |
head_t libsvm.Cache.lru_head [private] |
long libsvm.Cache.size [private] |