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.ActivatorLayerTemplate. activatorprivate ArtificialNeuralNetwork.ActivatorCalculationLayer. myActivatorMethods in org.ojalgo.ann that return ArtificialNeuralNetwork.Activator Modifier and Type Method Description ArtificialNeuralNetwork.ActivatorArtificialNeuralNetwork. getActivator(int layer)(package private) ArtificialNeuralNetwork.ActivatorCalculationLayer. getActivator()(package private) ArtificialNeuralNetwork.ActivatorWrappedANN. getActivator(int layer)(package private) ArtificialNeuralNetwork.ActivatorArtificialNeuralNetwork. getOutputActivator()(package private) ArtificialNeuralNetwork.ActivatorWrappedANN. getOutputActivator()static ArtificialNeuralNetwork.ActivatorArtificialNeuralNetwork.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)
-