ECOCPAK v0.9
Public Member Functions | Private Attributes
ONE_CLASS_Q Class Reference
Inheritance diagram for ONE_CLASS_Q:
Kernel QMatrix

Public Member Functions

 ONE_CLASS_Q (const svm_problem &prob, const svm_parameter &param)
Qfloatget_Q (int i, int len) const
double * get_QD () const
void swap_index (int i, int j) const
 ~ONE_CLASS_Q ()

Private Attributes

Cachecache
double * QD

Constructor & Destructor Documentation

ONE_CLASS_Q::ONE_CLASS_Q ( const svm_problem prob,
const svm_parameter param 
) [inline]
ONE_CLASS_Q::~ONE_CLASS_Q ( ) [inline]

Member Function Documentation

Qfloat* ONE_CLASS_Q::get_Q ( int  i,
int  len 
) const [inline, virtual]

Implements Kernel.

double* ONE_CLASS_Q::get_QD ( ) const [inline, virtual]

Implements Kernel.

void ONE_CLASS_Q::swap_index ( int  i,
int  j 
) const [inline, virtual]

Reimplemented from Kernel.


Field Documentation

double* ONE_CLASS_Q::QD [private]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerator Defines