Definition at line 73 of file SVM_libsvm.cpp.
Public Member Functions | |
| Cache (int32_t l, int64_t size) | |
| ~Cache () | |
| int32_t | get_data (const int32_t index, Qfloat **data, int32_t len) |
| void | swap_index (int32_t i, int32_t j) |
Classes | |
| struct | head_t |
| Cache::Cache | ( | int32_t | l, | |
| int64_t | size | |||
| ) |
Definition at line 101 of file SVM_libsvm.cpp.
| Cache::~Cache | ( | ) |
Definition at line 110 of file SVM_libsvm.cpp.
| int32_t Cache::get_data | ( | const int32_t | index, | |
| Qfloat ** | data, | |||
| int32_t | len | |||
| ) |
Definition at line 133 of file SVM_libsvm.cpp.
| void Cache::swap_index | ( | int32_t | i, | |
| int32_t | j | |||
| ) |
Definition at line 163 of file SVM_libsvm.cpp.