| STK++ 0.9.13
    | 
In this file we define the enum and utilites method for the kernels. More...
#include <STKernel.h>

Go to the source code of this file.
| Namespaces | |
| namespace | STK | 
| The namespace STK is the main domain space of the Statistical ToolKit project. | |
| namespace | STK::Kernel | 
| this is the namespace for the Kernels. | |
| Enumerations | |
| enum | STK::Kernel::kernelType { STK::Kernel::laplace_ , STK::Kernel::exponential_ , STK::Kernel::gaussian_ , STK::Kernel::linear_ , STK::Kernel::polynomial_ , STK::Kernel::rationalQuadratic_ , STK::Kernel::hamming_ , STK::Kernel::unknown_kernel_ } | 
| kernel types.  More... | |
| Functions | |
| kernelType | STK::Kernel::stringToKernelType (std::string const &type) | 
| Convert a String to a kernelType. | |
| String | STK::Kernel::kernelTypeToString (kernelType const &type) | 
| convert a kernelType to a String. | |
In this file we define the enum and utilites method for the kernels.
Definition in file STK_Kernel_Util.h.