SpectrumKernel-class: Spectrum Kernel Class
Description
Spectrum Kernel Class
Slots
k
- length of the substrings considered by the kernel
r
- exponent (for details see spectrumKernel)
annSpec
- when set the kernel evaluates annotation information
distWeight
- distance weighting function or vector
normalized
- data generated with this kernel object is normalized
exact
- use exact character set for evaluation
ignoreLower
- ignore lower case characters in the sequence
presence
- consider only the presence of kmers not their counts
revComplement
- consider a kmer and its reverse complement
as the same feature
mixCoef
- mixing coefficients for mixture kernel
Details
Instances of this class represent a kernel object for the
spectrum kernel. The class is derived from
SequenceKernel.