Public Member Functions | Private Attributes

SVC_Q Class Reference

Inheritance diagram for SVC_Q:
Inheritance graph
[legend]
Collaboration diagram for SVC_Q:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SVC_Q (const svm_problem &prob, const svm_parameter &param, const schar *y_)
Qfloatget_Q (int i, int len) const
double * get_QD () const
void swap_index (int i, int j) const
 ~SVC_Q ()

Private Attributes

schary
Cachecache
double * QD

Detailed Description

Definition at line 1253 of file libsvm.cpp.


Constructor & Destructor Documentation

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

Definition at line 1291 of file libsvm.cpp.

References cache, QD, and y.


Member Function Documentation

Qfloat* SVC_Q::get_Q ( int  i,
int  len 
) const [inline, virtual]

Implements Kernel.

Definition at line 1266 of file libsvm.cpp.

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

double* SVC_Q::get_QD (  ) const [inline, virtual]

Implements Kernel.

Definition at line 1278 of file libsvm.cpp.

References QD.

void SVC_Q::swap_index ( int  i,
int  j 
) const [inline, virtual]

Reimplemented from Kernel.

Definition at line 1283 of file libsvm.cpp.

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


Member Data Documentation

Cache* SVC_Q::cache [private]

Definition at line 1299 of file libsvm.cpp.

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

double* SVC_Q::QD [private]

Definition at line 1300 of file libsvm.cpp.

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

schar* SVC_Q::y [private]

Definition at line 1298 of file libsvm.cpp.

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


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