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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as PoissonDistribution
protected  PoissonDistribution Baseline.poissonDistribution
           
protected  PoissonDistribution Alternate.poissonDistribution
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return PoissonDistribution
 PoissonDistribution ObjectFactory.createPoissonDistribution()
          Create an instance of PoissonDistribution
 PoissonDistribution Baseline.getPoissonDistribution()
          Gets the value of the poissonDistribution property.
 PoissonDistribution Alternate.getPoissonDistribution()
          Gets the value of the poissonDistribution property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type PoissonDistribution
 void Baseline.setPoissonDistribution(PoissonDistribution value)
          Sets the value of the poissonDistribution property.
 void Alternate.setPoissonDistribution(PoissonDistribution value)
          Sets the value of the poissonDistribution property.
 



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