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