Uses of Class
org.dmg.pmml.pmml_4_1.descr.NOTRUECHILDSTRATEGY

Packages that use NOTRUECHILDSTRATEGY
org.dmg.pmml.pmml_4_1.descr   
 

Uses of NOTRUECHILDSTRATEGY in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as NOTRUECHILDSTRATEGY
protected  NOTRUECHILDSTRATEGY DecisionTree.noTrueChildStrategy
           
protected  NOTRUECHILDSTRATEGY TreeModel.noTrueChildStrategy
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return NOTRUECHILDSTRATEGY
static NOTRUECHILDSTRATEGY NOTRUECHILDSTRATEGY.fromValue(String v)
           
 NOTRUECHILDSTRATEGY DecisionTree.getNoTrueChildStrategy()
          Gets the value of the noTrueChildStrategy property.
 NOTRUECHILDSTRATEGY TreeModel.getNoTrueChildStrategy()
          Gets the value of the noTrueChildStrategy property.
static NOTRUECHILDSTRATEGY NOTRUECHILDSTRATEGY.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NOTRUECHILDSTRATEGY[] NOTRUECHILDSTRATEGY.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type NOTRUECHILDSTRATEGY
 void DecisionTree.setNoTrueChildStrategy(NOTRUECHILDSTRATEGY value)
          Sets the value of the noTrueChildStrategy property.
 void TreeModel.setNoTrueChildStrategy(NOTRUECHILDSTRATEGY value)
          Sets the value of the noTrueChildStrategy property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.