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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as LocalTransformations
protected  LocalTransformations DecisionTree.localTransformations
           
protected  LocalTransformations Regression.localTransformations
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return LocalTransformations
 LocalTransformations ObjectFactory.createLocalTransformations()
          Create an instance of LocalTransformations
 LocalTransformations DecisionTree.getLocalTransformations()
          Gets the value of the localTransformations property.
 LocalTransformations Regression.getLocalTransformations()
          Gets the value of the localTransformations property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type LocalTransformations
 void DecisionTree.setLocalTransformations(LocalTransformations value)
          Sets the value of the localTransformations property.
 void Regression.setLocalTransformations(LocalTransformations value)
          Sets the value of the localTransformations property.
 



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