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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as NormContinuous
protected  NormContinuous DerivedField.normContinuous
           
protected  NormContinuous DefineFunction.normContinuous
           
protected  NormContinuous OutputField.normContinuous
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return NormContinuous
 NormContinuous ObjectFactory.createNormContinuous()
          Create an instance of NormContinuous
 NormContinuous DerivedField.getNormContinuous()
          Gets the value of the normContinuous property.
 NormContinuous DefineFunction.getNormContinuous()
          Gets the value of the normContinuous property.
 NormContinuous OutputField.getNormContinuous()
          Gets the value of the normContinuous property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type NormContinuous
 void DerivedField.setNormContinuous(NormContinuous value)
          Sets the value of the normContinuous property.
 void DefineFunction.setNormContinuous(NormContinuous value)
          Sets the value of the normContinuous property.
 void OutputField.setNormContinuous(NormContinuous value)
          Sets the value of the normContinuous property.
 



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