Uses of Class
org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.Neural_Network.ACTIVATIONFUNCTION

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)
           
 



Copyright © 2013. All Rights Reserved.