iRoCS Toolbox  1.1.0
Public Member Functions | Protected Member Functions
svt::SVR_Q< FV, KF > Class Template Reference

#include <SVR_Q.hh>

Inheritance diagram for svt::SVR_Q< FV, KF >:
Collaboration diagram for svt::SVR_Q< FV, KF >:

Public Member Functions

 SVR_Q (const KF &kernel, const SVM_Problem< FV, KF > &prob)
 
 ~SVR_Q ()
 
Qfloatget_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
 

Detailed Description

template<typename FV, typename KF>
class svt::SVR_Q< FV, KF >

Definition at line 54 of file SVR_Q.hh.

Constructor & Destructor Documentation

◆ SVR_Q()

template<typename FV , typename KF >
svt::SVR_Q< FV, KF >::SVR_Q ( const KF &  kernel,
const SVM_Problem< FV, KF > &  prob 
)
inline

Definition at line 57 of file SVR_Q.hh.

◆ ~SVR_Q()

template<typename FV , typename KF >
svt::SVR_Q< FV, KF >::~SVR_Q ( )
inline

Definition at line 101 of file SVR_Q.hh.

Member Function Documentation

◆ swap_index()

template<typename FV , typename KF >
void svt::SVR_Q< FV, KF >::swap_index ( int  i,
int  j 
) const
inlinevirtual

Reimplemented from svt::Kernel< FV, KF >.

Definition at line 76 of file SVR_Q.hh.

◆ get_Q()

template<typename FV , typename KF >
Qfloat* svt::SVR_Q< FV, KF >::get_Q ( int  i,
int  len 
) const
inlinevirtual

Implements svt::Kernel< FV, KF >.

Definition at line 82 of file SVR_Q.hh.

◆ kernel_function()

template<typename FV, typename KF>
double svt::Kernel< FV, KF >::kernel_function ( int  i,
int  j 
) const
inlineprotectedinherited

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