| 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() |
NeuralNetwork.NormalizationMethod |
NeuralNetwork.getNormalizationMethod() |
NeuralNetwork.NormalizationMethod |
HasNormalizationMethod.getNormalizationMethod() |
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) |
NeuralNetwork |
NeuralNetwork.setNormalizationMethod(NeuralNetwork.NormalizationMethod normalizationMethod) |
E |
HasNormalizationMethod.setNormalizationMethod(NeuralNetwork.NormalizationMethod normalizationMethod) |
Copyright © 2022. All rights reserved.