iRoCS Toolbox
1.1.0
|
#include <Kernel_DS_RBF.hh>
Public Member Functions | |
Kernel_DS_RBF (double gamma=1.) | |
~Kernel_DS_RBF () | |
void | clearCache () const |
double | gamma () const |
template<typename FV > | |
double | k_function (const FV &x, const FV &y) const |
template<typename STDATA > | |
void | loadParameters (STDATA &stData) |
template<typename STDATA > | |
void | saveParameters (STDATA &stData) const |
void | setGamma (double gamma) |
template<typename ForwardIter1 , typename Accessor1 , typename ForwardIter2 , typename Accessor2 > | |
void | updateCache (const ForwardIter1 &fvBegin1, const ForwardIter1 &fvEnd1, Accessor1 accessor1, const ForwardIter2 &fvBegin2, const ForwardIter2 &fvEnd2, Accessor2 accessor2, ProgressReporter *pr=0) const |
template<typename ForwardIter , typename Accessor > | |
void | updateCache (const ForwardIter &fvBegin, const ForwardIter &fvEnd, Accessor accessor, ProgressReporter *pr=0) const |
Static Public Member Functions | |
static const char * | description () |
static void | getParamInfos (std::vector< ParamInfo > &p) |
static std::string | name () |
Protected Attributes | |
KERNEL | _kernel |
double | p_gamma |
Definition at line 66 of file Kernel_DS_RBF.hh.
|
inline |
Definition at line 69 of file Kernel_DS_RBF.hh.
|
inline |
Definition at line 73 of file Kernel_DS_RBF.hh.
|
inline |
Definition at line 76 of file Kernel_DS_RBF.hh.
|
inline |
Definition at line 77 of file Kernel_DS_RBF.hh.
Referenced by svt::Kernel_DS_RBF< KERNEL >::setGamma().
|
inline |
Definition at line 82 of file Kernel_DS_RBF.hh.
|
inline |
Definition at line 97 of file Kernel_DS_RBF.hh.
|
inline |
Definition at line 105 of file Kernel_DS_RBF.hh.
|
inline |
Definition at line 111 of file Kernel_DS_RBF.hh.
|
inline |
Definition at line 119 of file Kernel_DS_RBF.hh.
|
inline |
Definition at line 130 of file Kernel_DS_RBF.hh.
|
inlinestatic |
Definition at line 138 of file Kernel_DS_RBF.hh.
Referenced by svt::Kernel_DS_RBF< KERNEL >::saveParameters().
|
inlinestatic |
Definition at line 143 of file Kernel_DS_RBF.hh.
|
inlinestatic |
Definition at line 149 of file Kernel_DS_RBF.hh.
|
protected |
Definition at line 158 of file Kernel_DS_RBF.hh.
Referenced by svt::Kernel_DS_RBF< KERNEL >::k_function(), svt::Kernel_DS_RBF< KERNEL >::loadParameters(), svt::Kernel_DS_RBF< KERNEL >::saveParameters(), and svt::Kernel_DS_RBF< KERNEL >::updateCache().
|
protected |