Objects from the Class
Objects can be created by calls of the form new("rbfkernel", ...)
,
new{"polykernel"}
, new{"tanhkernel"}
,
new{"vanillakernel"}
or by calling the rbfdot
, polydot
, tanhdot
,
vanilladot
functions.Extends
Class "kernel"
, directly.
Class "function"
, by class "kernel"
.