Public Methods
| Name | Description | |
|---|---|---|
|
|
Epoch | Overridden. Overridden.Tells the link, that all patterns have been exposed and it's time to update link weight. |
|
|
Equals | Determines whether the specified |
|
|
GetHashCode | Serves as a hash function for a particular type. |
|
|
GetType | Gets the |
|
|
Load | Overridden. Overridden.Loads the link data from the stream. |
|
|
LoadFromFile | Loads object data from a file. (inherited from NeuroObject) |
|
|
Save | Overridden. Overridden.Stores link 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 the link weightaccording to the training model. In this particular case accumulates deltaWeight values in |
|
|
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. (inherited from BackPropagationLink) |
|
|
Finalize | Allows an |
|
|
GetLinkDelta | Getter method of |
|
|
GetLinkEpoch | Getter for |
|
|
GetLinkWeight | Getter of |
|
|
MemberwiseClone | Creates a shallow copy of the current |
|
|
SetLinkDelta | Setter method of |
|
|
SetLinkEpoch | Setter for |
|
|
SetLinkWeight | Setter of |