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