Public Methods
| Name | Description | |
|---|---|---|
|
|
Epoch | Overridden.Finalizes trainig cycle of the network. Used by |
|
|
Equals | Determines whether the specified |
|
|
GetHashCode | Serves as a hash function for a particular type. |
|
|
GetType | Gets the |
|
|
InputNode | Returns N-th input node of the network. |
|
|
Learn | Overridden. Overridden.Teaches the system. |
|
|
LinkTo | Connects this node to toNode using link link. (inherited from NeuroNode) |
|
|
Load | Overridden. Overridden.Loads the BAM system data from a binary stream. |
|
|
LoadFromFile | Loads object data from a file. (inherited from NeuroObject) |
|
|
OutputNode | Returns N-th output node of the network. |
|
|
Run | Overridden. Overridden.Runs the system. |
|
|
Save | Overridden. Overridden.Stores BAM system data in a binary stream. |
|
|
SaveToFile | Saves object to a file in a binary format. (inherited from NeuroObject) |
|
|
SetValues | Overridden. Overridden.Stores node values in the |
|
|
SetValuesFromPattern | Overridden. Overridden.Sets input and output values from the pattern. |
|
|
ToString | Returns a |
|
|
Train | Overridden.Trains the network to recognize specific patterns. Employs |
|
|
UnLearn | Tells the network to "forget" last learn operation. (inherited from BidirectionalAssociativeMemoryNetwork) |
|
|
value | Overridden. Overridden.Node value by index from the best network. |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
CreateNetwork | Overridden. Overridden.Initializes network data after construction. |
|
|
Finalize | Allows an |
|
|
GetInputNode | Overridden.Retrieves an input node by its index. (inherited from AdalineNetwork) |
|
|
GetInputNodesCount | Overridden.Returns nodes count in the input layer. (inherited from BidirectionalAssociativeMemoryNetwork) |
|
|
GetNetworkType | Overridden. Overridden.Returns |
|
|
GetNodeError | Overridden. Overridden.Returns the best error. |
|
|
GetNodeValue | Getter methos of |
|
|
GetOutputNode | Overridden. Overridden.Retrieves an output node by its index. |
|
|
GetOutPutNodesCount | Overridden.Returns nodes count in output layer. (inherited from BidirectionalAssociativeMemoryNetwork) |
|
|
LoadInputs | Overridden. Overridden.Loads input data to the system from the the nodes attached to input. |
|
|
MemberwiseClone | Creates a shallow copy of the current |
|
|
SetNodeError | Setter method of |
|
|
SetNodeValue | Setter method of |