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

Public Member Functions

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

Cachecache
 
double * QD
 
schary
 

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 1308 of file svm.cpp.

Constructor & Destructor Documentation

◆ SVC_Q()

SVC_Q::SVC_Q ( const svm_problem prob,
const svm_parameter param,
const schar y_ 
)
inline

Definition at line 1311 of file svm.cpp.

◆ ~SVC_Q()

SVC_Q::~SVC_Q ( )
inline

Definition at line 1346 of file svm.cpp.

Member Function Documentation

◆ get_Q()

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

Implements Kernel.

Definition at line 1321 of file svm.cpp.

◆ get_QD()

double* SVC_Q::get_QD ( ) const
inlinevirtual

Implements Kernel.

Definition at line 1333 of file svm.cpp.

◆ swap_index()

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

Reimplemented from Kernel.

Definition at line 1338 of file svm.cpp.

Member Data Documentation

◆ cache

Cache* SVC_Q::cache
private

Definition at line 1354 of file svm.cpp.

◆ QD

double* SVC_Q::QD
private

Definition at line 1355 of file svm.cpp.

◆ y

schar* SVC_Q::y
private

Definition at line 1353 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