Uses of Enum Class
weka.core.pmml.jaxbbindings.NNNORMALIZATIONMETHOD
Packages that use NNNORMALIZATIONMETHOD
-
Uses of NNNORMALIZATIONMETHOD in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return NNNORMALIZATIONMETHODModifier 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.Methods in weka.core.pmml.jaxbbindings with parameters of type NNNORMALIZATIONMETHODModifier 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.