| Package | Description |
|---|---|
| weka.core.pmml.jaxbbindings |
| Modifier and Type | Method and Description |
|---|---|
static NNNORMALIZATIONMETHOD |
NNNORMALIZATIONMETHOD.fromValue(String v) |
NNNORMALIZATIONMETHOD |
NeuralLayer.getNormalizationMethod()
Gets the value of the normalizationMethod property.
|
NNNORMALIZATIONMETHOD |
NeuralNetwork.getNormalizationMethod()
Gets the value of the normalizationMethod property.
|
static NNNORMALIZATIONMETHOD |
NNNORMALIZATIONMETHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NNNORMALIZATIONMETHOD[] |
NNNORMALIZATIONMETHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NeuralLayer.setNormalizationMethod(NNNORMALIZATIONMETHOD value)
Sets the value of the normalizationMethod property.
|
void |
NeuralNetwork.setNormalizationMethod(NNNORMALIZATIONMETHOD value)
Sets the value of the normalizationMethod property.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.