Uses of Class
org.dmg.pmml.neural_network.NeuralNetwork.NormalizationMethod
-
Packages that use NeuralNetwork.NormalizationMethod Package Description org.dmg.pmml.neural_network -
-
Uses of NeuralNetwork.NormalizationMethod in org.dmg.pmml.neural_network
Methods in org.dmg.pmml.neural_network that return NeuralNetwork.NormalizationMethod Modifier and Type Method Description static NeuralNetwork.NormalizationMethodNeuralNetwork.NormalizationMethod. fromValue(java.lang.String v)NeuralNetwork.NormalizationMethodHasNormalizationMethod. getNormalizationMethod()NeuralNetwork.NormalizationMethodNeuralLayer. getNormalizationMethod()NeuralNetwork.NormalizationMethodNeuralNetwork. getNormalizationMethod()static NeuralNetwork.NormalizationMethodNeuralNetwork.NormalizationMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NeuralNetwork.NormalizationMethod[]NeuralNetwork.NormalizationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.neural_network with parameters of type NeuralNetwork.NormalizationMethod Modifier and Type Method Description EHasNormalizationMethod. setNormalizationMethod(NeuralNetwork.NormalizationMethod normalizationMethod)NeuralLayerNeuralLayer. setNormalizationMethod(NeuralNetwork.NormalizationMethod normalizationMethod)NeuralNetworkNeuralNetwork. setNormalizationMethod(NeuralNetwork.NormalizationMethod normalizationMethod)
-