SHOGUN
4.2.0
|
Go to the source code of this file.
Classes | |
class | CShiftInvariantKernel |
Base class for the family of kernel functions that only depend on the difference of the inputs, i.e. whose values does not change if the inputs are shifted by the same amount. More precisely, \[ k(\mathbf{x}, \mathbf{x'}) = k(\mathbf{x-x'}) \] For example, Gaussian (RBF) kernel is a shfit invariant kernel. More... | |