![]() |
MeLOn
|
Go to the source code of this file.
Classes | |
struct | melon::kernel::KernelData |
struct containing kernel parameters More... | |
class | melon::kernel::Matern< T, V > |
Abstract parent class for matern kernels. More... | |
class | melon::kernel::Matern12< T, V > |
Class implementation of Matern12 kernel. More... | |
class | melon::kernel::Matern32< T, V > |
Class implementation of Matern32 kernel. More... | |
class | melon::kernel::Matern52< T, V > |
Class implementation of Matern52 kernel. More... | |
class | melon::kernel::MaternInf< T, V > |
Class implementation of MaternInf kernel. More... | |
Namespaces | |
melon | |
melon::kernel | |
Macros | |
#define | USE_TAYLORMADE_RELAXATIONS |
Functions | |
template<typename T > | |
T | melon::kernel::covar_matern_1 (const T &x) |
template<typename T > | |
T | melon::kernel::covar_matern_3 (const T &x) |
template<typename T > | |
T | melon::kernel::covar_matern_5 (const T &x) |
template<typename T > | |
T | melon::kernel::covar_sqrexp (const T &x) |
#define USE_TAYLORMADE_RELAXATIONS |