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::SVR_Q Class Reference
Inheritance diagram for celeste::SVR_Q:
Inheritance graph

Public Member Functions

 SVR_Q (const svm_problem &prob, const svm_parameter &param)
 
void swap_index (int i, int j) const
 
Qfloatget_Q (int i, int len) const
 
double * get_QD () const
 
 ~SVR_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

int l
 
Cachecache
 
scharsign
 
int * index
 
int next_buffer
 
Qfloatbuffer [2]
 
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 1409 of file svm.cpp.

Constructor & Destructor Documentation

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

Definition at line 1465 of file svm.cpp.

References buffer, cache, index, QD, and sign.

Member Function Documentation

Qfloat* celeste::SVR_Q::get_Q ( int  i,
int  len 
) const
inlinevirtual
double* celeste::SVR_Q::get_QD ( ) const
inlinevirtual

Implements celeste::Kernel.

Definition at line 1460 of file svm.cpp.

References QD.

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

Reimplemented from celeste::Kernel.

Definition at line 1434 of file svm.cpp.

References index, QD, sign, and celeste::swap().

Member Data Documentation

Qfloat* celeste::SVR_Q::buffer[2]
private

Definition at line 1480 of file svm.cpp.

Referenced by get_Q(), SVR_Q(), and ~SVR_Q().

Cache* celeste::SVR_Q::cache
private

Definition at line 1476 of file svm.cpp.

Referenced by get_Q(), SVR_Q(), and ~SVR_Q().

int* celeste::SVR_Q::index
private

Definition at line 1478 of file svm.cpp.

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

int celeste::SVR_Q::l
private

Definition at line 1475 of file svm.cpp.

Referenced by get_Q(), and SVR_Q().

int celeste::SVR_Q::next_buffer
mutableprivate

Definition at line 1479 of file svm.cpp.

Referenced by get_Q(), and SVR_Q().

double* celeste::SVR_Q::QD
private

Definition at line 1481 of file svm.cpp.

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

schar* celeste::SVR_Q::sign
private

Definition at line 1477 of file svm.cpp.

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


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