iRoCS Toolbox
1.1.0
|
#include <ONE_CLASS_Q.hh>
Public Member Functions | |
ONE_CLASS_Q (const KF &kernel, const SVM_Problem< FV, KF > &prob) | |
~ONE_CLASS_Q () | |
Qfloat * | get_Q (int i, int len) const |
void | swap_index (int i, int j) const |
Protected Member Functions | |
double | kernel_function (int i, int j) const |
Definition at line 58 of file ONE_CLASS_Q.hh.
|
inline |
Definition at line 61 of file ONE_CLASS_Q.hh.
|
inline |
Definition at line 85 of file ONE_CLASS_Q.hh.
|
inlinevirtual |
Implements svt::Kernel< FV, KF >.
Definition at line 67 of file ONE_CLASS_Q.hh.
|
inlinevirtual |
Reimplemented from svt::Kernel< FV, KF >.
Definition at line 79 of file ONE_CLASS_Q.hh.
|
inlineprotectedinherited |
Definition at line 92 of file Kernel.hh.
Referenced by svt::ONE_CLASS_Q< FV, KF >::get_Q(), svt::SVR_Q< FV, KF >::get_Q(), and svt::SVC_Q< FV, KF >::get_Q().