Uses of Class
org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy

Packages that use PMMLMissingValueStrategy
org.knime.base.node.mine.decisiontree2   
org.knime.base.node.mine.decisiontree2.model This package contains code for a decision tree model. 
 

Uses of PMMLMissingValueStrategy in org.knime.base.node.mine.decisiontree2
 

Methods in org.knime.base.node.mine.decisiontree2 that return PMMLMissingValueStrategy
static PMMLMissingValueStrategy PMMLMissingValueStrategy.get(String represent)
          Returns the corresponding missing value strategy to the string representation.
static PMMLMissingValueStrategy PMMLMissingValueStrategy.getDefault()
          Returns the default missing value strategy.
static PMMLMissingValueStrategy PMMLMissingValueStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PMMLMissingValueStrategy[] PMMLMissingValueStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PMMLMissingValueStrategy in org.knime.base.node.mine.decisiontree2.model
 

Methods in org.knime.base.node.mine.decisiontree2.model that return PMMLMissingValueStrategy
 PMMLMissingValueStrategy DecisionTreeNodeSplit.getMVStrategy()
           
 PMMLMissingValueStrategy DecisionTree.getMVStrategy()
           
 

Methods in org.knime.base.node.mine.decisiontree2.model with parameters of type PMMLMissingValueStrategy
 void DecisionTreeNodeSplit.setMVStrategy(PMMLMissingValueStrategy strategy)
          Set the missing value strategy and propagate it to all children that are split nodes.
 

Constructors in org.knime.base.node.mine.decisiontree2.model with parameters of type PMMLMissingValueStrategy
DecisionTree(DecisionTreeNode rootNode, String classifyColumn, PMMLMissingValueStrategy mvStrategy)
          Create DecisionTree based on a root node to which the remainder of the tree is already attached.
DecisionTree(DecisionTreeNode rootNode, String classifyColumn, PMMLMissingValueStrategy mvStrategy, PMMLNoTrueChildStrategy ntcStrategy)
          Create DecisionTree based on a root node to which the remainder of the tree is already attached.
 



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.