STK++ 0.9.13
STK::Kernel Namespace Reference

this is the namespace for the Kernels. More...

Classes

class  Exponential
 [Deprecated] The Exponential Kernel is a kernel of the form More...
 
class  Gaussian
 The Gaussian Kernel is a kernel of the form. More...
 
class  Hamming
 The Hamming Kernel is a kernel of the form. More...
 
class  IKernel
 Interface class for the kernels classes. More...
 
class  IKernelBase
 Interface Base class for the kernels classes. More...
 
class  Laplace
 The Laplace Kernel is a kernel of the form. More...
 
class  Linear
 The Linear Kernel is a kernel of the form. More...
 
class  Polynomial
 The Polynomial Kernel is a kernel of the form. More...
 
class  RationalQuadratic
 The RationalQuadratic Kernel is a kernel of the form. More...
 

Enumerations

enum  kernelType {
  laplace_ , exponential_ , gaussian_ , linear_ ,
  polynomial_ , rationalQuadratic_ , hamming_ , unknown_kernel_
}
 kernel types. More...
 

Functions

kernelType stringToKernelType (std::string const &type)
 Convert a String to a kernelType.
 
String kernelTypeToString (kernelType const &type)
 convert a kernelType to a String.
 

Detailed Description

this is the namespace for the Kernels.

The namespace Kernel enclose the methods and classes for usual positive kernels needed by rkhs methods.