| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected ActivationFunctionType |
NeuralNetwork.activationFunction |
protected ActivationFunctionType |
NeuralLayer.activationFunction |
| Modifier and Type | Method and Description |
|---|---|
static ActivationFunctionType |
ActivationFunctionType.fromValue(String v) |
ActivationFunctionType |
NeuralNetwork.getActivationFunction()
Gets the value of the activationFunction property.
|
ActivationFunctionType |
NeuralLayer.getActivationFunction()
Gets the value of the activationFunction property.
|
static ActivationFunctionType |
ActivationFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivationFunctionType[] |
ActivationFunctionType.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(ActivationFunctionType value)
Sets the value of the activationFunction property.
|
void |
NeuralLayer.setActivationFunction(ActivationFunctionType value)
Sets the value of the activationFunction property.
|
| Constructor and Description |
|---|
NeuralNetwork(MiningSchema miningSchema,
NeuralInputs neuralInputs,
MiningFunctionType functionName,
ActivationFunctionType activationFunction) |
Copyright © 2013 University of Tartu. All Rights Reserved.