The methods of the BackpropagationMethod class are listed below. For a complete list of BackpropagationMethod class members, see the BackpropagationMethod Members topic.
CalculateError | Calculate the error between these two levels. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Init | Setup this propagation method using the specified propagation class. |
Learn | Modify the weight matrix and thresholds based on the last call to calcError. |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
BackpropagationMethod Class | Encog.Neural.Networks.Training.Propagation.Back Namespace