Uses of Enum Class
weka.core.pmml.jaxbbindings.NNNORMALIZATIONMETHOD
-
Uses of NNNORMALIZATIONMETHOD in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionstatic NNNORMALIZATIONMETHOD
NeuralLayer.getNormalizationMethod()
Gets the value of the normalizationMethod property.NeuralNetwork.getNormalizationMethod()
Gets the value of the normalizationMethod property.static NNNORMALIZATIONMETHOD
Returns the enum constant of this class with the specified name.static NNNORMALIZATIONMETHOD[]
NNNORMALIZATIONMETHOD.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
NeuralLayer.setNormalizationMethod
(NNNORMALIZATIONMETHOD value) Sets the value of the normalizationMethod property.void
NeuralNetwork.setNormalizationMethod
(NNNORMALIZATIONMETHOD value) Sets the value of the normalizationMethod property.