Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr |
Modifier and Type | Field and Description |
---|---|
protected ACTIVATIONFUNCTION |
NeuralNetwork.activationFunction |
protected ACTIVATIONFUNCTION |
NeuralLayer.activationFunction |
Modifier and Type | Method and Description |
---|---|
static ACTIVATIONFUNCTION |
ACTIVATIONFUNCTION.fromValue(String v) |
ACTIVATIONFUNCTION |
NeuralNetwork.getActivationFunction()
Gets the value of the activationFunction property.
|
ACTIVATIONFUNCTION |
NeuralLayer.getActivationFunction()
Gets the value of the activationFunction property.
|
static ACTIVATIONFUNCTION |
ACTIVATIONFUNCTION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ACTIVATIONFUNCTION[] |
ACTIVATIONFUNCTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NeuralNetwork.setActivationFunction(ACTIVATIONFUNCTION value)
Sets the value of the activationFunction property.
|
void |
NeuralLayer.setActivationFunction(ACTIVATIONFUNCTION value)
Sets the value of the activationFunction property.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.