Public Member Functions | Private Attributes | List of all members
SVR_Q Class Reference
Inheritance diagram for SVR_Q:
Inheritance graph
[legend]

Public Member Functions

Qfloatget_Q (int i, int len) const
 
double * get_QD () const
 
 SVR_Q (const svm_problem &prob, const svm_parameter &param)
 
void swap_index (int i, int j) const
 
 ~SVR_Q ()
 
- Public Member Functions inherited from Kernel
 Kernel (int l, svm_node *const *x, const svm_parameter &param)
 
virtual ~Kernel ()
 
- Public Member Functions inherited from QMatrix
virtual ~QMatrix ()
 

Private Attributes

Qfloatbuffer [2]
 
Cachecache
 
int * index
 
int l
 
int next_buffer
 
double * QD
 
scharsign
 

Additional Inherited Members

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

Detailed Description

Definition at line 1404 of file svm.cpp.

Constructor & Destructor Documentation

◆ SVR_Q()

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

Definition at line 1407 of file svm.cpp.

◆ ~SVR_Q()

SVR_Q::~SVR_Q ( )
inline

Definition at line 1460 of file svm.cpp.

Member Function Documentation

◆ get_Q()

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

Implements Kernel.

Definition at line 1436 of file svm.cpp.

◆ get_QD()

double* SVR_Q::get_QD ( ) const
inlinevirtual

Implements Kernel.

Definition at line 1455 of file svm.cpp.

◆ swap_index()

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

Reimplemented from Kernel.

Definition at line 1429 of file svm.cpp.

Member Data Documentation

◆ buffer

Qfloat* SVR_Q::buffer[2]
private

Definition at line 1475 of file svm.cpp.

◆ cache

Cache* SVR_Q::cache
private

Definition at line 1471 of file svm.cpp.

◆ index

int* SVR_Q::index
private

Definition at line 1473 of file svm.cpp.

◆ l

int SVR_Q::l
private

Definition at line 1470 of file svm.cpp.

◆ next_buffer

int SVR_Q::next_buffer
mutableprivate

Definition at line 1474 of file svm.cpp.

◆ QD

double* SVR_Q::QD
private

Definition at line 1476 of file svm.cpp.

◆ sign

schar* SVR_Q::sign
private

Definition at line 1472 of file svm.cpp.


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


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:50