|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Kernel | The kernel interface to be used by any class that wants to implement a kernel. |
Class Summary | |
---|---|
HyperTangentKernel | Hypertangent kernel. |
KernelFactory | This class is responsible for managing all the kernels that are known to the SVM. |
PolynomialKernel | Polynomial kernel of the form: (x * y + bias) ^ power. |
RBFKernel | RBF Kernel. |
Enum Summary | |
---|---|
KernelFactory.KernelType | The different kernel types. |
This subpackage contains all kernels that can be used by the SVM node. A KernelFactory is responsible for producing and mapping the kernels, which implemt the interface Kernel.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |