Cache Class Reference

List of all members.


Detailed Description

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

Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation