Uses of Interface
org.knime.base.node.mine.svm.kernel.Kernel

Packages that use Kernel
org.knime.base.node.mine.svm The scm package contains all classes necessary for Support Vector Machine learning (package learner) and prediction (predict). 
org.knime.base.node.mine.svm.kernel This subpackage contains all kernels that can be used by the SVM node. 
org.knime.base.node.mine.svm.learner This subpackage contains all classes for the SVM Learner Node. 
org.knime.base.node.mine.svm.util This subpackage contains some utility classes for the SVM node. 
 

Uses of Kernel in org.knime.base.node.mine.svm
 

Methods in org.knime.base.node.mine.svm that return Kernel
 Kernel PMMLSVMPortObject.getKernel()
           
 Kernel PMMLSVMHandler.getKernel()
           
 

Methods in org.knime.base.node.mine.svm with parameters of type Kernel
protected  void PMMLSVMPortObject.addHypertangentKernel(TransformerHandler handler, Kernel kernel)
          Writes the PMML sigmoid kernel attributes.
protected  void PMMLSVMPortObject.addKernel(TransformerHandler handler, Kernel kernel)
          Writes the PMML kernel attributes.
protected  void PMMLSVMPortObject.addPolynomialKernel(TransformerHandler handler, Kernel kernel)
          Writes the PMML polynomial kernel attributes.
protected  void PMMLSVMPortObject.addRBFKernel(TransformerHandler handler, Kernel kernel)
          Writes the PMML RBF kernel attributes.
 void PMMLSVMPortObject.setKernel(Kernel kernel)
           
 

Constructors in org.knime.base.node.mine.svm with parameters of type Kernel
PMMLSVMPortObject(PMMLPortObjectSpec spec, Kernel kernel, Svm... svms)
          Constructor.
Svm(DoubleVector[] supportVectors, double[] alpha, String positive, double b, Kernel kernel)
          Constructor.
 

Uses of Kernel in org.knime.base.node.mine.svm.kernel
 

Classes in org.knime.base.node.mine.svm.kernel that implement Kernel
 class HyperTangentKernel
          Hypertangent kernel.
 class PolynomialKernel
          Polynomial kernel of the form: (x * y + bias) ^ power.
 class RBFKernel
          RBF Kernel.
 

Methods in org.knime.base.node.mine.svm.kernel that return Kernel
static Kernel KernelFactory.getKernel(KernelFactory.KernelType kerneltype)
          Returns a kernel given by its name.
 

Methods in org.knime.base.node.mine.svm.kernel with parameters of type Kernel
static KernelFactory.KernelType KernelFactory.getType(Kernel kernel)
          Given a pointer to a kernel, get its type.
 

Uses of Kernel in org.knime.base.node.mine.svm.learner
 

Constructors in org.knime.base.node.mine.svm.learner with parameters of type Kernel
SvmAlgorithm(DoubleVector[] inputData, String positiveClass, Kernel kernel, double paramC)
          The main constructor.
 

Uses of Kernel in org.knime.base.node.mine.svm.util
 

Constructors in org.knime.base.node.mine.svm.util with parameters of type Kernel
BinarySvmRunnable(DoubleVector[] inputData, String positiveClass, Kernel kernel, double paramC, ExecutionMonitor exec)
           
 



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.