Uses of Class
weka.core.pmml.jaxbbindings.NormContinuous
-
Uses of NormContinuous in weka.core.pmml.jaxbbindings
Modifier 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.Modifier 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.