![]() |
KSquare Utilities
|
Public Member Functions | |
| Cache (kkint32 l, kkint32 size) | |
| Kernel Cache. More... | |
| ~Cache () | |
| kkint32 | get_data (const kkint32 index, Qfloat **data, kkint32 len) |
| Request data [0,len) More... | |
| void | swap_index (kkint32 i, kkint32 j) |
Definition at line 649 of file svm289_BFS.cpp.
| [in] | l | The number of total data items. |
| [in] | size | The cache size limit in bytes |
Definition at line 698 of file svm289_BFS.cpp.
Referenced by SVM289_BFS::ONE_CLASS_Q::ONE_CLASS_Q(), SVM289_BFS::SVC_Q::SVC_Q(), and SVM289_BFS::SVR_Q::SVR_Q().
| SVM289_BFS::Cache::~Cache | ( | ) |
Definition at line 713 of file svm289_BFS.cpp.
Request data [0,len)
Return some position p where [p,len) need to be filled (p >= len if nothing needs to be filled)
Definition at line 742 of file svm289_BFS.cpp.
Referenced by SVM289_BFS::SVC_Q::get_Q(), SVM289_BFS::ONE_CLASS_Q::get_Q(), and SVM289_BFS::SVR_Q::get_Q().
Definition at line 779 of file svm289_BFS.cpp.
Referenced by SVM289_BFS::SVC_Q::swap_index(), and SVM289_BFS::ONE_CLASS_Q::swap_index().