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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type LinearNorm
protected  List<LinearNorm> NormContinuous.linearNorms
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return LinearNorm
 LinearNorm ObjectFactory.createLinearNorm()
          Create an instance of LinearNorm
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type LinearNorm
 List<LinearNorm> NormContinuous.getLinearNorms()
          Gets the value of the linearNorms property.
 



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