Package com.rapidminer.tools.math.kernels

This package contains several widely used kernel functions.

See:
          Description

Interface Summary
KernelCache This is the interface describing the kernel cache.
 

Class Summary
AnovaKernel Returns the value of the Anova (RBF) kernel of both examples.
DotKernel Returns the simple inner product of both examples.
EpanechnikovKernel Returns the value of the Epanechnikov kernel of both examples.
FullCache Stores all distances in a matrix (attention: should only be used for smaller data sets).
GaussianCombinationKernel Returns the value of the Gaussian combination kernel of both examples.
Kernel Returns the distance of two examples.
MapBasedCache Stores all distances in a map.
MultiquadricKernel Returns the value of the Multiquadric kernel of both examples.
PolynomialKernel Returns the value of a Polynomial kernel of both examples.
RBFKernel Returns the value of the RBF kernel of both examples.
SigmoidKernel Returns the value of a Sigmoid kernel of both examples.
 

Package com.rapidminer.tools.math.kernels Description

This package contains several widely used kernel functions.



Copyright © 2001-2009 by Rapid-I