Uses of Class
org.ojalgo.ann.ArtificialNeuralNetwork.Error
-
Packages that use ArtificialNeuralNetwork.Error Package Description org.ojalgo.ann -
-
Uses of ArtificialNeuralNetwork.Error in org.ojalgo.ann
Fields in org.ojalgo.ann declared as ArtificialNeuralNetwork.Error Modifier and Type Field Description (package private) ArtificialNeuralNetwork.Error
TrainingConfiguration. error
Methods in org.ojalgo.ann that return ArtificialNeuralNetwork.Error Modifier and Type Method Description static ArtificialNeuralNetwork.Error
ArtificialNeuralNetwork.Error. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ArtificialNeuralNetwork.Error[]
ArtificialNeuralNetwork.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ojalgo.ann with parameters of type ArtificialNeuralNetwork.Error Modifier and Type Method Description NetworkTrainer
NetworkTrainer. error(ArtificialNeuralNetwork.Error error)
-