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 ofLocalTransformations
DecisionTree.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 TypeMethodDescriptionvoid
DecisionTree.setLocalTransformations
(LocalTransformations value) Sets the value of the localTransformations property.void
Regression.setLocalTransformations
(LocalTransformations value) Sets the value of the localTransformations property.