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 |
|
|
Learn | Overridden. Overridden.Does nothing, since the learning process of the BAM network is different. |
|
|
LinkTo | Connects this node to toNode using link link. (inherited from NeuroNode) |
|
|
Load | Overridden.Loads node data from a binary stream. (inherited from BidirectionalAssociativeMemoryOutputNode) |
|
|
LoadFromFile | Loads object data from a file. (inherited from NeuroObject) |
|
|
Run | Overridden. Overridden.Runs the node. |
|
|
Save | Overridden.Stores node data into the binary stream. (inherited from BidirectionalAssociativeMemoryOutputNode) |
|
|
SaveToFile | Saves object to a file in a binary format. (inherited from NeuroObject) |
|
|
ToString | Returns a |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | Allows an |
|
|
GetNodeError | Getter method of |
|
|
GetNodeLastValue | Retrieves previous value of the node. (inherited from BidirectionalAssociativeMemoryOutputNode) |
|
|
GetNodeLearningRate | Gets |
|
|
GetNodeValue | Getter methos of |
|
|
MemberwiseClone | Creates a shallow copy of the current |
|
|
SetNodeError | Setter method of |
|
|
SetNodeLastValue | Sets node previous value. (inherited from BidirectionalAssociativeMemoryOutputNode) |
|
|
SetNodeLearningRate | Sets |
|
|
SetNodeValue | Overridden.Sets node value. (inherited from BidirectionalAssociativeMemoryOutputNode) |
|
|
Transfer | Overridden. Translates node output into network specific output. In case of Adaline network implements simple threshold function: Returns -1 if value less than 0, otherwise returns 1. (inherited from AdalineNode) |