(no title)
|
ARLK
0.1.0
Action Recognition Library for Kinect
|
Solver_NU Class Reference
Inheritance diagram for Solver_NU:
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) |
Public Member Functions inherited from Solver | |
| Solver () | |
| virtual | ~Solver () |
| 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) |
Additional Inherited Members | |
Protected Types inherited from Solver | |
| enum | { LOWER_BOUND, UPPER_BOUND, FREE } |
Protected Member Functions inherited from Solver | |
| double | get_C (int i) |
| void | update_alpha_status (int i) |
| bool | is_upper_bound (int i) |
| bool | is_lower_bound (int i) |
| bool | is_free (int i) |
| void | swap_index (int i, int j) |
| void | reconstruct_gradient () |
Protected Attributes inherited from Solver | |
| int | active_size |
| schar * | y |
| double * | G |
| char * | alpha_status |
| double * | alpha |
| const QMatrix * | Q |
| const double * | QD |
| double | eps |
| double | Cp |
| double | Cn |
| double * | p |
| int * | active_set |
| double * | G_bar |
| int | l |
| bool | unshrink |
Constructor & Destructor Documentation
|
inline |
Member Function Documentation
|
inline |
The documentation for this class was generated from the following file:
- src/svm.cpp
Generated on Fri May 31 2013 10:57:43 for ARLK by
1.8.2

Public Member Functions inherited from