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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as GaussianDistribution
protected  GaussianDistribution Baseline.gaussianDistribution
           
protected  GaussianDistribution Alternate.gaussianDistribution
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return GaussianDistribution
 GaussianDistribution ObjectFactory.createGaussianDistribution()
          Create an instance of GaussianDistribution
 GaussianDistribution Baseline.getGaussianDistribution()
          Gets the value of the gaussianDistribution property.
 GaussianDistribution Alternate.getGaussianDistribution()
          Gets the value of the gaussianDistribution property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type GaussianDistribution
 void Baseline.setGaussianDistribution(GaussianDistribution value)
          Sets the value of the gaussianDistribution property.
 void Alternate.setGaussianDistribution(GaussianDistribution value)
          Sets the value of the gaussianDistribution property.
 



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