![]() |
MeLOn
|
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | melon::kernel::Kernel< T, V > |
Abstract parent class for kernel implementations. More... | |
class | melon::kernel::StationaryKernel< T, V > |
class | melon::kernel::KernelCompositeAdd< T, V > |
Composite kernel which on evaluation adds the evaluation results of its subkernels. More... | |
class | melon::kernel::KernelCompositeMultiply< T, V > |
Composite kernel which on evaluation multiplies the evaluation results of its subkernels. More... | |
class | melon::kernel::KernelConstant< T, V > |
Kernel which always returns a constant value. More... | |
class | melon::kernel::KernelRBF< T, V > |
Implementation of Radial Basis Function kernel. More... | |
Namespaces | |
melon | |
melon::kernel | |