| Package | Description |
|---|---|
| org.dmg.pmml.neural_network |
| Modifier and Type | Method and Description |
|---|---|
static NeuralNetwork.ActivationFunction |
NeuralNetwork.ActivationFunction.fromValue(String v) |
NeuralNetwork.ActivationFunction |
NeuralLayer.getActivationFunction()
Gets the value of the activationFunction property.
|
NeuralNetwork.ActivationFunction |
NeuralNetwork.getActivationFunction()
Gets the value of the activationFunction property.
|
static NeuralNetwork.ActivationFunction |
NeuralNetwork.ActivationFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NeuralNetwork.ActivationFunction[] |
NeuralNetwork.ActivationFunction.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(NeuralNetwork.ActivationFunction activationFunction)
Sets the value of the activationFunction property.
|
NeuralNetwork |
NeuralNetwork.setActivationFunction(NeuralNetwork.ActivationFunction activationFunction)
Sets the value of the activationFunction property.
|
| Constructor and Description |
|---|
NeuralNetwork(MiningFunction miningFunction,
NeuralNetwork.ActivationFunction activationFunction,
MiningSchema miningSchema,
NeuralInputs neuralInputs,
List<NeuralLayer> neuralLayers) |
Copyright © 2016 University of Tartu. All rights reserved.