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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as UniformDistribution
protected  UniformDistribution Baseline.uniformDistribution
           
protected  UniformDistribution Alternate.uniformDistribution
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return UniformDistribution
 UniformDistribution ObjectFactory.createUniformDistribution()
          Create an instance of UniformDistribution
 UniformDistribution Baseline.getUniformDistribution()
          Gets the value of the uniformDistribution property.
 UniformDistribution Alternate.getUniformDistribution()
          Gets the value of the uniformDistribution property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type UniformDistribution
 void Baseline.setUniformDistribution(UniformDistribution value)
          Sets the value of the uniformDistribution property.
 void Alternate.setUniformDistribution(UniformDistribution value)
          Sets the value of the uniformDistribution property.
 



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