Uses of Class
weka.core.pmml.jaxbbindings.NormContinuous
Packages that use NormContinuous
-
Uses of NormContinuous in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return NormContinuousModifier and TypeMethodDescriptionObjectFactory.createNormContinuous()
Create an instance ofNormContinuous
DefineFunction.getNormContinuous()
Gets the value of the normContinuous property.DerivedField.getNormContinuous()
Gets the value of the normContinuous property.OutputField.getNormContinuous()
Gets the value of the normContinuous property.Methods in weka.core.pmml.jaxbbindings with parameters of type NormContinuousModifier and TypeMethodDescriptionvoid
DefineFunction.setNormContinuous
(NormContinuous value) Sets the value of the normContinuous property.void
DerivedField.setNormContinuous
(NormContinuous value) Sets the value of the normContinuous property.void
OutputField.setNormContinuous
(NormContinuous value) Sets the value of the normContinuous property.