SymmetricPairKernel-class: Symmetric Pair Kernel Class
Description
Symmetric Pair Kernel Class
Slots
siKernel
- single instance kernel
kernelType
- type of pair kernel
r
- exponent (for details see gappyPairKernel)
Details
Instances of this class represent a kernel object for the
symmetric pair kernel. The kernel does not compute
similarity between single samples but between two pairs of
samples based on a regular sequence kernel for single
samples. The class is derived from SequenceKernel.