Description Usage Arguments Details Value Author(s) References
Generate matrix-wise functions for two matrices using linear kernel.
1 | kernel_linear(l, d)
|
l |
(numeric) A numeric number indicating the hyperparameter (flexibility) of a specific kernel. |
d |
(integer) For polynomial, d is the power; for matern, v = d + 1 / 2; for rational, alpha = d. |
Polynomial Kernels
k(x, x')=(x \cdot x')^d
We have intercept kernel when d=0, and linear kernel when d=1.
matrix_wise |
(function) A function calculating the relevance of two matrices. |
Wenying Deng
The MIT Press. Gaussian Processes for Machine Learning, 2006.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.