
| Public Member Functions | |
| Qfloat * | get_Q (int i, int len) const | 
| double * | get_QD () const | 
| ONE_CLASS_Q (const svm_problem &prob, const svm_parameter ¶m) | |
| void | swap_index (int i, int j) const | 
| ~ONE_CLASS_Q () | |
| Private Attributes | |
| Cache * | cache | 
| double * | QD | 
| ONE_CLASS_Q::ONE_CLASS_Q | ( | const svm_problem & | prob, | 
| const svm_parameter & | param | ||
| ) |  [inline] | 
| ONE_CLASS_Q::~ONE_CLASS_Q | ( | ) |  [inline] | 
| Qfloat* ONE_CLASS_Q::get_Q | ( | int | i, | 
| int | len | ||
| ) | const  [inline, virtual] | 
| double* ONE_CLASS_Q::get_QD | ( | ) | const  [inline, virtual] | 
| void ONE_CLASS_Q::swap_index | ( | int | i, | 
| int | j | ||
| ) | const  [inline, virtual] | 
| Cache* ONE_CLASS_Q::cache  [private] | 
| double* ONE_CLASS_Q::QD  [private] |