Package | Description |
---|---|
org.ojalgo.ann |
Modifier and Type | Method and Description |
---|---|
static ArtificialNeuralNetwork.Activator |
ArtificialNeuralNetwork.Activator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtificialNeuralNetwork.Activator[] |
ArtificialNeuralNetwork.Activator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NetworkBuilder |
NetworkBuilder.activator(int layer,
ArtificialNeuralNetwork.Activator activator) |
NetworkBuilder |
NetworkBuilder.activators(ArtificialNeuralNetwork.Activator... activators) |
NetworkBuilder |
NetworkBuilder.activators(ArtificialNeuralNetwork.Activator activator) |
Copyright © 2019 Optimatika. All rights reserved.