iRoCS Toolbox
1.1.0
|
Data Structures | |
class | svt::Kernel_EDsqr |
The Kernel_EDsqr class specifies a Euclidean distance kernel |u-v|^2 to be used in the distance substitution kernels Kernel_DS_*. More... | |
class | svt::Kernel_HISTINTERSECT |
The Kernel_HISTINTERSECT class specifies a HISTINTERSECT kernel function: min(u'(i),v(i)) More... | |
class | svt::Kernel_LINEAR |
The Kernel_LINEAR class specifies a linear kernel function: u'*v. More... | |
class | svt::Kernel_POLY |
The Kernel_POLY class specifies a polynomial kernel function: (gamma*u'*v + coef0)^degree. More... | |
class | svt::Kernel_RBF |
The Kernel_RBF class specifies a radial basis function kernel exp(-gamma*|u-v|^2) More... | |
class | svt::Kernel_SCALE< KERNEL > |
The Kernel_SCALE class provides a wrapper for other kernel classes , that scales the feature vectors, before they are passed to the wrapped kernel. More... | |
class | svt::Kernel_SIGMOID |
The Kernel_SIGMOID class specifies a sigmoid kernel function: tanh(gamma*u'*v + coef0) More... | |