|
bool | be_shrunk (int i, double Gmax1, double Gmax2) |
|
Definition at line 393 of file svm.cpp.
Enumerator |
---|
LOWER_BOUND |
|
UPPER_BOUND |
|
FREE |
|
Definition at line 413 of file svm.cpp.
virtual Solver::~Solver |
( |
| ) |
|
|
inlinevirtual |
bool Solver::be_shrunk |
( |
int |
i, |
|
|
double |
Gmax1, |
|
|
double |
Gmax2 |
|
) |
| |
|
private |
double Solver::calculate_rho |
( |
| ) |
|
|
protectedvirtual |
void Solver::do_shrinking |
( |
| ) |
|
|
protectedvirtual |
double Solver::get_C |
( |
int |
i | ) |
|
|
inlineprotected |
bool Solver::is_free |
( |
int |
i | ) |
|
|
inlineprotected |
bool Solver::is_lower_bound |
( |
int |
i | ) |
|
|
inlineprotected |
bool Solver::is_upper_bound |
( |
int |
i | ) |
|
|
inlineprotected |
void Solver::reconstruct_gradient |
( |
| ) |
|
|
protected |
int Solver::select_working_set |
( |
int & |
i, |
|
|
int & |
j |
|
) |
| |
|
protectedvirtual |
void Solver::Solve |
( |
int |
l, |
|
|
const QMatrix & |
Q, |
|
|
const double * |
p_, |
|
|
const schar * |
y_, |
|
|
double * |
alpha_, |
|
|
double |
Cp, |
|
|
double |
Cn, |
|
|
double |
eps, |
|
|
SolutionInfo * |
si, |
|
|
int |
shrinking |
|
) |
| |
void Solver::swap_index |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
protected |
void Solver::update_alpha_status |
( |
int |
i | ) |
|
|
inlineprotected |
char* Solver::alpha_status |
|
protected |
The documentation for this class was generated from the following file: