|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Neural_Network.ACTIVATIONFUNCTION | |
---|---|
org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks |
Uses of Neural_Network.ACTIVATIONFUNCTION in org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks |
---|
Methods in org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks that return Neural_Network.ACTIVATIONFUNCTION | |
---|---|
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. |
Constructors in org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks with parameters of type Neural_Network.ACTIVATIONFUNCTION | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |