Uses of Class
weka.core.pmml.jaxbbindings.LocalTransformations
Packages that use LocalTransformations
- 
Uses of LocalTransformations in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return LocalTransformationsModifier and TypeMethodDescriptionObjectFactory.createLocalTransformations()Create an instance ofLocalTransformationsDecisionTree.getLocalTransformations()Gets the value of the localTransformations property.Regression.getLocalTransformations()Gets the value of the localTransformations property.Methods in weka.core.pmml.jaxbbindings with parameters of type LocalTransformationsModifier and TypeMethodDescriptionvoidDecisionTree.setLocalTransformations(LocalTransformations value) Sets the value of the localTransformations property.voidRegression.setLocalTransformations(LocalTransformations value) Sets the value of the localTransformations property.