golib  0.5
SVMDual Class Reference

Public Types

typedef matrix::value_type value_type
 
- Public Types inherited from goMath::OptFunction< matrix, vector >
typedef vector ::value_type value_type
 Value of the matrix and vector types matrix_type and vector_type.
 

Public Member Functions

 SVMDual (goAutoPtr< matrix > innerProd, goAutoPtr< vector > y, double eps=0.01)
 
value_type operator() (const vector &alpha)
 
- Public Member Functions inherited from goMath::OptFunction< matrix, vector >
virtual void grad (vector &x, vector &ret)
 Calculate the gradient of f at x. More...
 
virtual void hessian (vector &x, matrix &ret)
 Calculate the Hessian of f at x. More...
 

Additional Inherited Members

- Protected Member Functions inherited from goMath::OptFunction< matrix, vector >
 OptFunction (double eps=0.01)
 Constructor. More...
 

The documentation for this class was generated from the following file: