| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static ActivationFunctionType |
ActivationFunctionType.fromValue(String v) |
ActivationFunctionType |
NeuralLayer.getActivationFunction()
Gets the value of the activationFunction property.
|
ActivationFunctionType |
NeuralNetwork.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 |
|---|---|
NeuralLayer |
NeuralLayer.setActivationFunction(ActivationFunctionType activationFunction)
Sets the value of the activationFunction property.
|
NeuralNetwork |
NeuralNetwork.setActivationFunction(ActivationFunctionType activationFunction)
Sets the value of the activationFunction property.
|
| Constructor and Description |
|---|
NeuralNetwork(MiningFunctionType functionName,
ActivationFunctionType activationFunction,
MiningSchema miningSchema,
NeuralInputs neuralInputs,
List<NeuralLayer> neuralLayers) |
Copyright © 2015 University of Tartu. All Rights Reserved.