Uses of Class
weka.core.pmml.jaxbbindings.NormDiscrete
Packages that use NormDiscrete
-
Uses of NormDiscrete in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return NormDiscreteModifier and TypeMethodDescriptionObjectFactory.createNormDiscrete()
Create an instance ofNormDiscrete
DefineFunction.getNormDiscrete()
Gets the value of the normDiscrete property.DerivedField.getNormDiscrete()
Gets the value of the normDiscrete property.OutputField.getNormDiscrete()
Gets the value of the normDiscrete property.Methods in weka.core.pmml.jaxbbindings with parameters of type NormDiscreteModifier and TypeMethodDescriptionvoid
DefineFunction.setNormDiscrete
(NormDiscrete value) Sets the value of the normDiscrete property.void
DerivedField.setNormDiscrete
(NormDiscrete value) Sets the value of the normDiscrete property.void
OutputField.setNormDiscrete
(NormDiscrete value) Sets the value of the normDiscrete property.