Public Member Functions | Private Attributes

ONE_CLASS_Q Class Reference

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

List of all members.

Public Member Functions

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

Private Attributes

Cachecache
double * QD

Detailed Description

Definition at line 1303 of file libsvm.cpp.


Constructor & Destructor Documentation

ONE_CLASS_Q::ONE_CLASS_Q ( const svm_problem prob,
const svm_parameter param 
) [inline]

Definition at line 1306 of file libsvm.cpp.

References cache, svm_parameter::cache_size, Kernel::kernel_function, svm_problem::l, and QD.

ONE_CLASS_Q::~ONE_CLASS_Q (  ) [inline]

Definition at line 1339 of file libsvm.cpp.

References cache, and QD.


Member Function Documentation

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

Implements Kernel.

Definition at line 1315 of file libsvm.cpp.

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

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

Implements Kernel.

Definition at line 1327 of file libsvm.cpp.

References QD.

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

Reimplemented from Kernel.

Definition at line 1332 of file libsvm.cpp.

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


Member Data Documentation

Definition at line 1345 of file libsvm.cpp.

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

double* ONE_CLASS_Q::QD [private]

Definition at line 1346 of file libsvm.cpp.

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


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