Description Usage Arguments Details Value Examples
This is an additional kernel function that can be used with kernlab functions. The Matern kernel is defined as follows:
K(x, y) = σ^2 * (1 + √(3)* ||x-y||) * exp(- √{3} * ||x-y||)
1 |
sigma |
a scale parameter |
This is the automatic relevance detection variant of the materndot kernel with the complexity parameter κ fixed at 3/2. It takes one user specified parameter, sigma, which is set to 1 by default.
a kernel class function
1 | materndot(1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.