org.knime.base.node.mine.decisiontree2
Class PMMLPredicateTranslator

java.lang.Object
  extended by org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator

public final class PMMLPredicateTranslator
extends Object

Author:
Dominik Morent, KNIME.com, Zurich, Switzerland

Method Summary
static void exportTo(PMMLPredicate predicate, org.dmg.pmml40.CompoundPredicateDocument.CompoundPredicate compound)
           
static void exportTo(PMMLPredicate predicate, org.dmg.pmml40.CompoundRuleDocument.CompoundRule compoundRule)
           
static void exportTo(PMMLPredicate predicate, org.dmg.pmml40.NodeDocument.Node node)
           
static void exportTo(PMMLPredicate predicate, org.dmg.pmml40.SimpleRuleDocument.SimpleRule simpleRule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

exportTo

public static void exportTo(PMMLPredicate predicate,
                            org.dmg.pmml40.NodeDocument.Node node)
Parameters:
predicate - the predicate to export
node - the Node element to add the predicate to

exportTo

public static void exportTo(PMMLPredicate predicate,
                            org.dmg.pmml40.CompoundPredicateDocument.CompoundPredicate compound)
Parameters:
predicate - the predicate to export
compound - the CompundPredicate element to add the predicate to

exportTo

public static void exportTo(PMMLPredicate predicate,
                            org.dmg.pmml40.SimpleRuleDocument.SimpleRule simpleRule)
Parameters:
predicate - the predicate to export
simpleRule - the SimpleRule element to add the predicate to

exportTo

public static void exportTo(PMMLPredicate predicate,
                            org.dmg.pmml40.CompoundRuleDocument.CompoundRule compoundRule)
Parameters:
predicate - the predicate to export
compoundRule - the CompoundRule element to add the predicate to


Copyright, 2003 - 2012. 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.