SVR_Q Class Reference

Inheritance diagram for SVR_Q:

Inheritance graph
[legend]

List of all members.


Detailed Description

Definition at line 1235 of file SVM_libsvm.cpp.


Public Member Functions

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

Constructor & Destructor Documentation

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

Definition at line 1238 of file SVM_libsvm.cpp.

SVR_Q::~SVR_Q (  ) 

Definition at line 1291 of file SVM_libsvm.cpp.


Member Function Documentation

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

Reimplemented from Kernel.

Definition at line 1260 of file SVM_libsvm.cpp.

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

Implements Kernel.

Definition at line 1267 of file SVM_libsvm.cpp.

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

Implements Kernel.

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