Definition at line 73 of file SVM_libsvm.cpp.
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) |
Classes | |
struct | head_t |
Cache::Cache | ( | int | l, | |
long int | size | |||
) |
Definition at line 100 of file SVM_libsvm.cpp.
Cache::~Cache | ( | ) |
Definition at line 109 of file SVM_libsvm.cpp.
int Cache::get_data | ( | const int | index, | |
Qfloat ** | data, | |||
int | len | |||
) |
Definition at line 132 of file SVM_libsvm.cpp.
void Cache::swap_index | ( | int | i, | |
int | j | |||
) |
Definition at line 162 of file SVM_libsvm.cpp.