Public Methods
| Name | Description | |
|---|---|---|
|
|
Epoch | Method used on epoch training of neural network. Must be executed every time after each itteration through the pattern set. This method calculates average delta. (inherited from NeuroObject) |
|
|
Equals | Determines whether the specified |
|
|
GetHashCode | Serves as a hash function for a particular type. |
|
|
GetType | Gets the |
|
|
Load | Overridden. Overridden.Loads link's data from the binary stream. |
|
|
LoadFromFile | Loads object data from a file. (inherited from NeuroObject) |
|
|
Save | Overridden. Overridden. Stores link's data in a binary stream. |
|
|
SaveToFile | Saves object to a file in a binary format. (inherited from NeuroObject) |
|
|
SetInNode | Setter for |
|
|
SetOutNode | Setter for |
|
|
ToString | Returns a |
|
|
UpdateWeight | Overridden. Overridden.Updates link weight according the formula. |
|
|
WeightedInError | Weighted |
|
|
WeightedInValue | Weighted |
|
|
WeightedOutError | Weighted |
|
|
WeightedOutValue | Weighted |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
DoAfterCreate | Initializes link weight to a random value from -1..1 and link delta to 0. |
|
|
Finalize | Allows an |
|
|
GetLinkDelta | Getter method of |
|
|
GetLinkWeight | Getter of |
|
|
MemberwiseClone | Creates a shallow copy of the current |
|
|
SetLinkDelta | Setter method of |
|
|
SetLinkWeight | Setter of |