SequenceKernel-class: Sequence Kernel Class
Description
Sequence Kernel Class
Slots
.Data
- the kernel function is stored in this slot. It is executed
when the kernel matrix is created through invoking the kernel object.
.userDefKernel
- indicates whether kernel is user defined or not.
Details
This class represents the parent class for all sequence
kernels. It is an abstract class and must not be
instantiated.