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

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

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

Subclasses of PMMLPredicate in org.knime.base.node.mine.decisiontree2
 class PMMLCompoundPredicate
           
 class PMMLFalsePredicate
          False predicate as specified in PMML (http://www.dmg.org/v4-0/TreeModel.html).
 class PMMLSimplePredicate
          Implements a SimplePredicate as specified in PMML (http://www.dmg.org/v4-0/TreeModel.html).
 class PMMLSimpleSetPredicate
          Implements a SimpleSetPredicate as specified in PMML (http://www.dmg.org/v4-0/TreeModel.html).
 class PMMLTruePredicate
          True predicate as specified in PMML (http://www.dmg.org/v4-0/TreeModel.html).
 

Methods in org.knime.base.node.mine.decisiontree2 that return PMMLPredicate
 PMMLPredicate PMMLCompoundPredicate.getLastPredicate()
          Returns the PMMLPredicate that was most recently added.
 PMMLPredicate TempTreeNodeContainer.getPredicate()
           
static PMMLPredicate PMMLPredicate.getPredicateForConfig(Config conf)
          Returns the correct PMMLPredicate for a config object.
static PMMLPredicate PMMLPredicate.getPredicateForType(String type)
          Returns the correct PMMLPredicate for its string representation.
 

Methods in org.knime.base.node.mine.decisiontree2 that return types with arguments of type PMMLPredicate
static Class<? extends PMMLPredicate> PMMLPredicate.PMMLPredicates.get(String type)
          Returns the corresponding class for the passed predicate type.
 Class<? extends PMMLPredicate> PMMLPredicate.PMMLPredicates.getPredClass()
          Returns the predicate class.
 LinkedList<PMMLPredicate> PMMLCompoundPredicate.getPredicates()
          Returns all contained predicates.
 

Methods in org.knime.base.node.mine.decisiontree2 with parameters of type PMMLPredicate
 boolean PMMLCompoundPredicate.addPredicate(PMMLPredicate pred)
          Adds a PMMLPredicate.
(package private)  void TempTreeNodeContainer.setPredicate(PMMLPredicate pred)
           
 

Method parameters in org.knime.base.node.mine.decisiontree2 with type arguments of type PMMLPredicate
 void PMMLCompoundPredicate.setPredicates(LinkedList<PMMLPredicate> predicates)
          Sets the contained predicates.
 

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

Methods in org.knime.base.node.mine.decisiontree2.model that return PMMLPredicate
 PMMLPredicate[] DecisionTreeNodeSplitPMML.getSplitPred()
          Returns the split predicate array of this node.
 

Constructors in org.knime.base.node.mine.decisiontree2.model with parameters of type PMMLPredicate
DecisionTreeNodeSplitPMML(int nodeId, DataCell majorityClass, LinkedHashMap<DataCell,Double> classCounts, String splitAttribute, PMMLPredicate[] splitPredicates, DecisionTreeNode[] children)
          Constructor of base class.
DecisionTreeNodeSplitPMML(int nodeId, DataCell majorityClass, LinkedHashMap<DataCell,Double> classCounts, String splitAttribute, PMMLPredicate[] splitPredicates, DecisionTreeNode[] children, int defaultChild)
          Constructor of base class.
 



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.