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

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

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

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

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

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

Methods in org.knime.base.node.mine.decisiontree2.model with parameters of type PMMLNoTrueChildStrategy
 void DecisionTreeNodeSplit.setNTCStrategy(PMMLNoTrueChildStrategy ntcStrategy)
          Set the no true child strategy and propagate it to all children that are split nodes.
 

Constructors in org.knime.base.node.mine.decisiontree2.model with parameters of type PMMLNoTrueChildStrategy
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.