Uses of Class
weka.core.pmml.jaxbbindings.Constant
Packages that use Constant
-
Uses of Constant in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return ConstantModifier and TypeMethodDescriptionObjectFactory.createConstant()
Create an instance ofConstant
DefineFunction.getConstant()
Gets the value of the constant property.DerivedField.getConstant()
Gets the value of the constant property.OutputField.getConstant()
Gets the value of the constant property.Methods in weka.core.pmml.jaxbbindings with parameters of type ConstantModifier and TypeMethodDescriptionvoid
DefineFunction.setConstant
(Constant value) Sets the value of the constant property.void
DerivedField.setConstant
(Constant value) Sets the value of the constant property.void
OutputField.setConstant
(Constant value) Sets the value of the constant property.