Uses of Class
weka.core.pmml.jaxbbindings.Discretize
Packages that use Discretize
-
Uses of Discretize in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return DiscretizeModifier and TypeMethodDescriptionObjectFactory.createDiscretize()
Create an instance ofDiscretize
DefineFunction.getDiscretize()
Gets the value of the discretize property.DerivedField.getDiscretize()
Gets the value of the discretize property.OutputField.getDiscretize()
Gets the value of the discretize property.Methods in weka.core.pmml.jaxbbindings with parameters of type DiscretizeModifier and TypeMethodDescriptionvoid
DefineFunction.setDiscretize
(Discretize value) Sets the value of the discretize property.void
DerivedField.setDiscretize
(Discretize value) Sets the value of the discretize property.void
OutputField.setDiscretize
(Discretize value) Sets the value of the discretize property.