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 ofDiscretizeDefineFunction.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 TypeMethodDescriptionvoidDefineFunction.setDiscretize(Discretize value) Sets the value of the discretize property.voidDerivedField.setDiscretize(Discretize value) Sets the value of the discretize property.voidOutputField.setDiscretize(Discretize value) Sets the value of the discretize property.