iRoCS Toolbox
1.1.0
|
#include <SVR_Q.hh>
Public Member Functions | |
SVR_Q (const KF &kernel, const SVM_Problem< FV, KF > &prob) | |
~SVR_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 |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from svt::Kernel< FV, KF >.
|
inlinevirtual |
Implements svt::Kernel< FV, KF >.
|
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().