Hugin trunk 0.1
Loading...
Searching...
No Matches
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
 
doubleget_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
 
intindex
 
int next_buffer
 
Qfloatbuffer [2]
 
doubleQD
 

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

◆ SVR_Q()

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

◆ ~SVR_Q()

celeste::SVR_Q::~SVR_Q ( )
inline

Definition at line 1465 of file svm.cpp.

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

Member Function Documentation

◆ get_Q()

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

◆ get_QD()

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

Implements celeste::Kernel.

Definition at line 1460 of file svm.cpp.

References QD.

◆ swap_index()

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, celeste::swap(), and threshold().

Member Data Documentation

◆ buffer

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

Cache* celeste::SVR_Q::cache
private

Definition at line 1476 of file svm.cpp.

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

◆ index

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().

◆ l

int celeste::SVR_Q::l
private

Definition at line 1475 of file svm.cpp.

Referenced by get_Q(), and SVR_Q().

◆ next_buffer

int celeste::SVR_Q::next_buffer
mutableprivate

Definition at line 1479 of file svm.cpp.

Referenced by get_Q(), and SVR_Q().

◆ QD

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().

◆ sign

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: