List of all members.
Package Functions |
double | calculate_rho () |
void | do_shrinking () |
int | select_working_set (int[] working_set) |
void | Solve (int l, QMatrix Q, double[] p, byte[] y, double[] alpha, double Cp, double Cn, double eps, SolutionInfo si, int shrinking) |
Private Member Functions |
boolean | be_shrunk (int i, double Gmax1, double Gmax2, double Gmax3, double Gmax4) |
Private Attributes |
SolutionInfo | si |
Detailed Description
Definition at line 896 of file svm.java.
Member Function Documentation
void libsvm.Solver_NU.Solve |
( |
int |
l, |
|
|
QMatrix |
Q, |
|
|
double[] |
p, |
|
|
byte[] |
y, |
|
|
double[] |
alpha, |
|
|
double |
Cp, |
|
|
double |
Cn, |
|
|
double |
eps, |
|
|
SolutionInfo |
si, |
|
|
int |
shrinking |
|
) |
| [inline, package] |
Member Data Documentation
The documentation for this class was generated from the following file: