
Public Member Functions | |
| virtual Qfloat * | get_Q (int column, int len) const =0 |
| virtual double * | get_QD () const =0 |
| virtual void | swap_index (int i, int j) const =0 |
| virtual | ~QMatrix () |
Definition at line 194 of file libsvm.cpp.
| virtual QMatrix::~QMatrix | ( | ) | [inline, virtual] |
Definition at line 199 of file libsvm.cpp.
| virtual Qfloat* QMatrix::get_Q | ( | int | column, |
| int | len | ||
| ) | const [pure virtual] |
Implemented in Kernel, SVC_Q, ONE_CLASS_Q, and SVR_Q.
Referenced by Solver::reconstruct_gradient(), Solver_NU::select_working_set(), Solver::select_working_set(), and Solver::Solve().
| virtual double* QMatrix::get_QD | ( | ) | const [pure virtual] |
Implemented in Kernel, SVC_Q, ONE_CLASS_Q, and SVR_Q.
Referenced by Solver::Solve().
| virtual void QMatrix::swap_index | ( | int | i, |
| int | j | ||
| ) | const [pure virtual] |
Implemented in Kernel, SVC_Q, ONE_CLASS_Q, and SVR_Q.
Referenced by Solver::swap_index().
1.7.2