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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as MISSINGVALUESTRATEGY
protected  MISSINGVALUESTRATEGY DecisionTree.missingValueStrategy
           
protected  MISSINGVALUESTRATEGY TreeModel.missingValueStrategy
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return MISSINGVALUESTRATEGY
static MISSINGVALUESTRATEGY MISSINGVALUESTRATEGY.fromValue(String v)
           
 MISSINGVALUESTRATEGY DecisionTree.getMissingValueStrategy()
          Gets the value of the missingValueStrategy property.
 MISSINGVALUESTRATEGY TreeModel.getMissingValueStrategy()
          Gets the value of the missingValueStrategy property.
static MISSINGVALUESTRATEGY MISSINGVALUESTRATEGY.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MISSINGVALUESTRATEGY[] MISSINGVALUESTRATEGY.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 MISSINGVALUESTRATEGY
 void DecisionTree.setMissingValueStrategy(MISSINGVALUESTRATEGY value)
          Sets the value of the missingValueStrategy property.
 void TreeModel.setMissingValueStrategy(MISSINGVALUESTRATEGY value)
          Sets the value of the missingValueStrategy property.
 



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