ONE_CLASS_Q Class Reference

Inheritance diagram for ONE_CLASS_Q:

Inheritance graph
[legend]

List of all members.


Detailed Description

Definition at line 1189 of file SVM_libsvm.cpp.


Public Member Functions

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

Constructor & Destructor Documentation

ONE_CLASS_Q::ONE_CLASS_Q ( const svm_problem prob,
const svm_parameter param 
)

Definition at line 1192 of file SVM_libsvm.cpp.

ONE_CLASS_Q::~ONE_CLASS_Q (  ) 

Definition at line 1225 of file SVM_libsvm.cpp.


Member Function Documentation

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

Implements Kernel.

Definition at line 1201 of file SVM_libsvm.cpp.

Qfloat* ONE_CLASS_Q::get_QD (  )  const [virtual]

Implements Kernel.

Definition at line 1213 of file SVM_libsvm.cpp.

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

Reimplemented from Kernel.

Definition at line 1218 of file SVM_libsvm.cpp.

double Kernel::kernel_function ( int  i,
int  j 
) const [inherited]

Definition at line 221 of file SVM_libsvm.cpp.


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

SHOGUN Machine Learning Toolbox - Documentation