|
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, bool verbose=false) |
|
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, bool verbose=false) |
|
Definition at line 1016 of file svm.cpp.
◆ Solver_NU()
◆ Solve()
void Solver_NU::Solve |
( |
int |
l, |
|
|
const QMatrix & |
Q, |
|
|
const double * |
p, |
|
|
const schar * |
y, |
|
|
double * |
alpha, |
|
|
double |
Cp, |
|
|
double |
Cn, |
|
|
double |
eps, |
|
|
SolutionInfo * |
si, |
|
|
int |
shrinking, |
|
|
bool |
verbose = false |
|
) |
| |
|
inline |
Definition at line 1020 of file svm.cpp.
1023 {
1024 this->si = si;
1025 Solver::Solve(l,Q,p,y,alpha,Cp,Cn,eps,si,shrinking,verbose);
1026 }
The documentation for this class was generated from the following file:
- /usr/src/slapt-src/gis/pktools/PKTOOLS-2.6.7.6/src/algorithms/svm.cpp