|
void | Solve (int l, const QMatrix &Q, const double *p, const schar *y, double *alpha, double Cp, double Cn, double eps, SolutionInfo *si, int shrinking) |
|
| Solver_NU () |
|
void | Solve (int l, const QMatrix &Q, const double *p_, const schar *y_, double *alpha_, double Cp, double Cn, double eps, SolutionInfo *si, int shrinking) |
|
| Solver () |
|
virtual | ~Solver () |
|
Definition at line 1033 of file svm.cpp.
bool Solver_NU::be_shrunk |
( |
int |
i, |
|
|
double |
Gmax1, |
|
|
double |
Gmax2, |
|
|
double |
Gmax3, |
|
|
double |
Gmax4 |
|
) |
| |
|
private |
double Solver_NU::calculate_rho |
( |
| ) |
|
|
privatevirtual |
void Solver_NU::do_shrinking |
( |
| ) |
|
|
privatevirtual |
int Solver_NU::select_working_set |
( |
int & |
i, |
|
|
int & |
j |
|
) |
| |
|
privatevirtual |
void Solver_NU::Solve |
( |
int |
l, |
|
|
const QMatrix & |
Q, |
|
|
const double * |
p, |
|
|
const schar * |
y, |
|
|
double * |
alpha, |
|
|
double |
Cp, |
|
|
double |
Cn, |
|
|
double |
eps, |
|
|
SolutionInfo * |
si, |
|
|
int |
shrinking |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: