Uses of Class
org.knime.base.node.mine.svm.kernel.KernelFactory.KernelType

Packages that use KernelFactory.KernelType
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. 
 

Uses of KernelFactory.KernelType in org.knime.base.node.mine.svm.kernel
 

Methods in org.knime.base.node.mine.svm.kernel that return KernelFactory.KernelType
static KernelFactory.KernelType KernelFactory.getDefaultKernelType()
          Return a default kernel.
 KernelFactory.KernelType Kernel.getType()
           
 KernelFactory.KernelType PolynomialKernel.getType()
          
 KernelFactory.KernelType HyperTangentKernel.getType()
          
 KernelFactory.KernelType RBFKernel.getType()
          
static KernelFactory.KernelType KernelFactory.getType(Kernel kernel)
          Given a pointer to a kernel, get its type.
static KernelFactory.KernelType KernelFactory.KernelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KernelFactory.KernelType[] KernelFactory.KernelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Uses of KernelFactory.KernelType in org.knime.base.node.mine.svm.learner
 

Methods in org.knime.base.node.mine.svm.learner that return types with arguments of type KernelFactory.KernelType
(package private) static LinkedHashMap<KernelFactory.KernelType,Vector<SettingsModelDouble>> SVMLearnerNodeModel.createKernelParams()
          creates the kernel parameter SettingsModels.
 



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.