Represents a link in the
The following tables list the members exposed by SelfOrganizingLink.
Public Constructors
| Name | Description | |
|---|---|---|
|
|
SelfOrganizingLink | Initializes a new instance of the |
Protected Fields
| Name | Description | |
|---|---|---|
|
|
inNode | Refers to source and destination node connected by this link. (inherited from NeuroLink) |
|
|
linkWeight | Link weight. (inherited from NeuroLink) |
|
|
outNode | Refers to source and destination node connected by this link. (inherited from NeuroLink) |
Public Properties
| Name | Description | |
|---|---|---|
|
|
InNode | A source node. The node link is comming from. (inherited from NeuroLink) |
|
|
OutNode | A Destination node. A node the link is going to. (inherited from NeuroLink) |
|
|
Weight | Property defines weight of the link. (inherited from NeuroLink) |
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.Loads link data from a binary stream. (inherited from NeuroLink) |
|
|
LoadFromFile | Loads object data from a file. (inherited from NeuroObject) |
|
|
Save | Overridden.Stores link data in a binary stream. (inherited from NeuroLink) |
|
|
SaveToFile | Saves object to a file in a binary format. (inherited from NeuroObject) |
|
|
SetInNode | Setter for |
|
|
SetOutNode | Setter for |
|
|
ToString | Returns a |
|
|
UpdateWeight | Updates weight of the link on specified delta. (inherited from NeuroLink) |
|
|
WeightedInError | Weighted |
|
|
WeightedInValue | Weighted |
|
|
WeightedOutError | Weighted |
|
|
WeightedOutValue | Weighted |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | Allows an |
|
|
GetLinkWeight | Getter of |
|
|
MemberwiseClone | Creates a shallow copy of the current |
|
|
SetLinkWeight | Setter of |