Uses of Class
org.ojalgo.ann.ArtificialNeuralNetwork.Activator
-
Packages that use ArtificialNeuralNetwork.Activator Package Description org.ojalgo.ann -
-
Uses of ArtificialNeuralNetwork.Activator in org.ojalgo.ann
Fields in org.ojalgo.ann declared as ArtificialNeuralNetwork.Activator Modifier and Type Field Description (package private) ArtificialNeuralNetwork.Activator
LayerTemplate. activator
private ArtificialNeuralNetwork.Activator
CalculationLayer. myActivator
Methods in org.ojalgo.ann that return ArtificialNeuralNetwork.Activator Modifier and Type Method Description ArtificialNeuralNetwork.Activator
ArtificialNeuralNetwork. getActivator(int layer)
(package private) ArtificialNeuralNetwork.Activator
CalculationLayer. getActivator()
(package private) ArtificialNeuralNetwork.Activator
WrappedANN. getActivator(int layer)
(package private) ArtificialNeuralNetwork.Activator
ArtificialNeuralNetwork. getOutputActivator()
(package private) ArtificialNeuralNetwork.Activator
WrappedANN. getOutputActivator()
static ArtificialNeuralNetwork.Activator
ArtificialNeuralNetwork.Activator. valueOf(java.lang.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.Constructors in org.ojalgo.ann with parameters of type ArtificialNeuralNetwork.Activator Constructor Description CalculationLayer(PhysicalStore.Factory<java.lang.Double,?> factory, int numberOfInputs, int numberOfOutputs, ArtificialNeuralNetwork.Activator activator)
LayerTemplate(int pInputs, int pOutputs, ArtificialNeuralNetwork.Activator pActivator)
-