Uses of Class
org.knime.base.node.mine.svm.Svm

Packages that use Svm
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.learner This subpackage contains all classes for the SVM Learner Node. 
org.knime.base.node.mine.svm.predictor This subpackage contains all classes for the SVM Predictor Node. 
org.knime.base.node.mine.svm.util This subpackage contains some utility classes for the SVM node. 
 

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

Methods in org.knime.base.node.mine.svm that return Svm
 Svm[] PMMLSVMPortObject.getSvms()
           
 

Methods in org.knime.base.node.mine.svm that return types with arguments of type Svm
 List<Svm> PMMLSVMHandler.getSVMs()
           
 

Methods in org.knime.base.node.mine.svm with parameters of type Svm
protected  void PMMLSVMPortObject.addSVMs(TransformerHandler handler, Svm[] svms)
          Writes the PMML support vector machines.
protected  void PMMLSVMPortObject.addVectorDictionary(TransformerHandler handler, Svm[] svms, List<String> colNames)
          Writes the PMML VectorDictionary containing all support vectors for all support vector machines.
 void PMMLSVMPortObject.setSvms(Svm[] svms)
           
 

Constructors in org.knime.base.node.mine.svm with parameters of type Svm
PMMLSVMPortObject(PMMLPortObjectSpec spec, Kernel kernel, Svm... svms)
          Constructor.
 

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

Methods in org.knime.base.node.mine.svm.learner that return Svm
 Svm SvmAlgorithm.run(ExecutionMonitor exec)
          Runs the main algorithm and return the resulting SVM.
 

Uses of Svm in org.knime.base.node.mine.svm.predictor
 

Constructors in org.knime.base.node.mine.svm.predictor with parameters of type Svm
SVMPredictor(Svm[] svms, int[] colindices)
          Constructor.
 

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

Methods in org.knime.base.node.mine.svm.util that return Svm
 Svm BinarySvmRunnable.getSvm()
           
 



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.