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