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

#include <SVC_Q.hh>

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

Public Member Functions

 SVC_Q (const KF &kernel, const SVM_Problem< FV > &prob, float cacheSizeMB, const schar *y_)
 
 ~SVC_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::SVC_Q< FV, KF >

Definition at line 90 of file SVC_Q.hh.

Constructor & Destructor Documentation

◆ SVC_Q()

template<typename FV , typename KF >
svt::SVC_Q< FV, KF >::SVC_Q ( const KF &  kernel,
const SVM_Problem< FV > &  prob,
float  cacheSizeMB,
const schar y_ 
)
inline

Definition at line 94 of file SVC_Q.hh.

◆ ~SVC_Q()

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

Definition at line 128 of file SVC_Q.hh.

Member Function Documentation

◆ get_Q()

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

Implements svt::Kernel< FV, KF >.

Definition at line 107 of file SVC_Q.hh.

◆ swap_index()

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

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

Definition at line 121 of file SVC_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: