Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
celeste::ONE_CLASS_Q Class Reference
Inheritance diagram for celeste::ONE_CLASS_Q:
Inheritance graph

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 ()
 
- Public Member Functions inherited from celeste::Kernel
 Kernel (int l, svm_node *const *x, const svm_parameter &param)
 
virtual ~Kernel ()
 
- Public Member Functions inherited from celeste::QMatrix
virtual ~QMatrix ()
 

Private Attributes

Cachecache
 
double * QD
 

Additional Inherited Members

- Static Public Member Functions inherited from celeste::Kernel
static double k_function (const svm_node *x, const svm_node *y, const svm_parameter &param)
 
- Protected Attributes inherited from celeste::Kernel
double(Kernel::* kernel_function )(int i, int j) const
 

Detailed Description

Definition at line 1363 of file svm.cpp.

Constructor & Destructor Documentation

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

Definition at line 1399 of file svm.cpp.

References cache, and QD.

Member Function Documentation

Qfloat* celeste::ONE_CLASS_Q::get_Q ( int  i,
int  len 
) const
inlinevirtual

Implements celeste::Kernel.

Definition at line 1375 of file svm.cpp.

References cache, data, celeste::Cache::get_data(), and celeste::Kernel::kernel_function.

double* celeste::ONE_CLASS_Q::get_QD ( ) const
inlinevirtual

Implements celeste::Kernel.

Definition at line 1387 of file svm.cpp.

References QD.

void celeste::ONE_CLASS_Q::swap_index ( int  i,
int  j 
) const
inlinevirtual

Reimplemented from celeste::Kernel.

Definition at line 1392 of file svm.cpp.

References cache, QD, celeste::swap(), celeste::Cache::swap_index(), and celeste::Kernel::swap_index().

Member Data Documentation

Cache* celeste::ONE_CLASS_Q::cache
private

Definition at line 1405 of file svm.cpp.

Referenced by get_Q(), ONE_CLASS_Q(), swap_index(), and ~ONE_CLASS_Q().

double* celeste::ONE_CLASS_Q::QD
private

Definition at line 1406 of file svm.cpp.

Referenced by get_QD(), ONE_CLASS_Q(), swap_index(), and ~ONE_CLASS_Q().


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