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