Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
The built-in kernel classes in KERE
Objects can be created by calls of the form new("rbfkernel"),
new{"polykernel"}, new{"tanhkernel"},
new{"vanillakernel"}, new{"anovakernel"},
new{"besselkernel"}, new{"laplacekernel"},
new{"splinekernel"} or by calling the rbfdot, polydot, tanhdot,
vanilladot, anovadot, besseldot, laplacedot,
splinedot functions etc..
.Data:Object of class "function" containing
the kernel function
kpar:Object of class "list" containing the
kernel parameters
Class "kernel", directly.
Class "function", by class "kernel".
signature(kernel = "rbfkernel", x =
"matrix"): computes the kernel matrix
signature(kernel = "rbfkernel", x =
"matrix"): computes the quadratic kernel expression
signature(kernel = "rbfkernel", x =
"matrix"): computes the kernel expansion
signature(kernel = "rbfkernel", x =
"matrix"),,a: computes parts or the full kernel matrix, mainly
used in kernel algorithms where columns of the kernel matrix are
computed per invocation
Alexandros Karatzoglou
alexandros.karatzoglou@ci.tuwien.ac.at
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.