class |
CachingKernel |
Caches the results of a nested kernel so that k(a, b) need only be calculated
once.
|
class |
DiagonalAddKernel |
Adds a class specific constant to k(x, x).
|
class |
DiagonalCachingKernel |
Caches the leading diagonal of a kernel matrix.
|
class |
ListSumKernel |
This kernel computes the sum of the dot products between items of two lists
at corresponding indexes.
|
class |
NormalizingKernel |
Performs a normalization on the results of a nested kernel.
|
class |
PolynomialKernel |
This kernel computes all possible products of order features in feature
space.
|
class |
RadialBaseKernel |
This kernel computes the radial base kernel that corresponds to a gausian
distribution.
|