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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as AnyDistribution
protected  AnyDistribution Baseline.anyDistribution
           
protected  AnyDistribution Alternate.anyDistribution
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return AnyDistribution
 AnyDistribution ObjectFactory.createAnyDistribution()
          Create an instance of AnyDistribution
 AnyDistribution Baseline.getAnyDistribution()
          Gets the value of the anyDistribution property.
 AnyDistribution Alternate.getAnyDistribution()
          Gets the value of the anyDistribution property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type AnyDistribution
 void Baseline.setAnyDistribution(AnyDistribution value)
          Sets the value of the anyDistribution property.
 void Alternate.setAnyDistribution(AnyDistribution value)
          Sets the value of the anyDistribution property.
 



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