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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as NumericInfo
protected  NumericInfo PartitionFieldStats.numericInfo
           
protected  NumericInfo UnivariateStats.numericInfo
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return NumericInfo
 NumericInfo ObjectFactory.createNumericInfo()
          Create an instance of NumericInfo
 NumericInfo PartitionFieldStats.getNumericInfo()
          Gets the value of the numericInfo property.
 NumericInfo UnivariateStats.getNumericInfo()
          Gets the value of the numericInfo property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type NumericInfo
 void PartitionFieldStats.setNumericInfo(NumericInfo value)
          Sets the value of the numericInfo property.
 void UnivariateStats.setNumericInfo(NumericInfo value)
          Sets the value of the numericInfo property.
 



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