kernlab (version 0.9-0)

kernel-class: Class "kernel" "rbfkernel" "polykernel", "tanhkernel", "vanillakernel"

Description

The build in kernel classes in kernlab

Arguments

Objects from the Class

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"}, new{"stringkernel"}

or by calling the rbfdot, polydot, tanhdot, vanilladot, anovadot, besseldot, laplacedot, splinedot, stringdot functions etc..

Extends

Class "kernel", directly. Class "function", by class "kernel".

See Also

dots

Examples

Run this code
rbfkernel <- rbfdot(sigma = 0.1)
rbfkernel
is(rbfkernel)
kpar(rbfkernel)

Run the code above in your browser using DataCamp Workspace