
Public Member Functions | |
| 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) |
Private Member Functions | |
| int | select_working_set (int &i, int &j) |
| double | calculate_rho () |
| bool | be_shrunken (int i, double Gmax1, double Gmax2, double Gmax3, double Gmax4) |
| void | do_shrinking () |
Private Attributes | |
| SolutionInfo * | si |
|
|
|
|
||||||||||||||||||||||||
|
Definition at line 1154 of file svm.cpp. References celeste::Solver::is_lower_bound(), and celeste::Solver::is_upper_bound(). Referenced by do_shrinking(). |
|
|
Reimplemented from celeste::Solver. Definition at line 1243 of file svm.cpp. References celeste::Solver::is_lower_bound(), celeste::Solver::is_upper_bound(), celeste::max(), celeste::min(), and si. |
|
|
Reimplemented from celeste::Solver. Definition at line 1174 of file svm.cpp. References be_shrunken(), celeste::Solver::is_lower_bound(), celeste::Solver::is_upper_bound(), celeste::max(), celeste::Solver::reconstruct_gradient(), and celeste::Solver::swap_index(). |
|
||||||||||||
|
Reimplemented from celeste::Solver. Definition at line 1042 of file svm.cpp. References celeste::QMatrix::get_Q(), celeste::Solver::is_lower_bound(), celeste::Solver::is_upper_bound(), celeste::max(), and celeste::Qfloat. |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Reimplemented from celeste::Solver. Definition at line 1026 of file svm.cpp. Referenced by celeste::solve_nu_svc(), and celeste::solve_nu_svr(). |
|
|
Definition at line 1034 of file svm.cpp. Referenced by calculate_rho(). |
1.3.9.1