| Package | Description |
|---|---|
| org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks |
| Modifier and Type | Method and Description |
|---|---|
static Neural_Network.ACTIVATIONFUNCTION |
Neural_Network.ACTIVATIONFUNCTION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Neural_Network.ACTIVATIONFUNCTION[] |
Neural_Network.ACTIVATIONFUNCTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Neural_Network(int N,
int M,
int[] t,
Neural_Network.ACTIVATIONFUNCTION attifun) |
Neural_Network(int N,
int M,
Neural_Network.ACTIVATIONFUNCTION attifun) |
Neural_Network(int N,
int M,
Neural_Network.ACTIVATIONFUNCTION attifun,
float[] V) |
Copyright © 2016. All Rights Reserved.