| Package | Description |
|---|---|
| org.dmg.pmml.neural_network |
| Modifier and Type | Method and Description |
|---|---|
static NeuralNetwork.NormalizationMethod |
NeuralNetwork.NormalizationMethod.fromValue(String v) |
NeuralNetwork.NormalizationMethod |
NeuralLayer.getNormalizationMethod()
Gets the value of the normalizationMethod property.
|
NeuralNetwork.NormalizationMethod |
NeuralNetwork.getNormalizationMethod()
Gets the value of the normalizationMethod property.
|
static NeuralNetwork.NormalizationMethod |
NeuralNetwork.NormalizationMethod.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralLayer |
NeuralLayer.setNormalizationMethod(NeuralNetwork.NormalizationMethod normalizationMethod)
Sets the value of the normalizationMethod property.
|
NeuralNetwork |
NeuralNetwork.setNormalizationMethod(NeuralNetwork.NormalizationMethod normalizationMethod)
Sets the value of the normalizationMethod property.
|
Copyright © 2016 University of Tartu. All rights reserved.