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

#include <ONE_CLASS_Q.hh>

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

Public Member Functions

 ONE_CLASS_Q (const KF &kernel, const SVM_Problem< FV, KF > &prob)
 
 ~ONE_CLASS_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::ONE_CLASS_Q< FV, KF >

Definition at line 58 of file ONE_CLASS_Q.hh.

Constructor & Destructor Documentation

◆ ONE_CLASS_Q()

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

Definition at line 61 of file ONE_CLASS_Q.hh.

◆ ~ONE_CLASS_Q()

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

Definition at line 85 of file ONE_CLASS_Q.hh.

Member Function Documentation

◆ get_Q()

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

Implements svt::Kernel< FV, KF >.

Definition at line 67 of file ONE_CLASS_Q.hh.

◆ swap_index()

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

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

Definition at line 79 of file ONE_CLASS_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: