Package org.knime.base.node.mine.svm.kernel

This subpackage contains all kernels that can be used by the SVM node.

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.
 

Package org.knime.base.node.mine.svm.kernel Description

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.



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.