Public Methods
| Name | Description | |
|---|---|---|
|
|
Epoch | Overridden. 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 | Teaches the node. (inherited from NeuroNode) |
|
|
LinkTo | Connects this node to toNode using link link. (inherited from NeuroNode) |
|
|
Load | Overridden. Overridden.Loads network 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 | Executes node functionality. (inherited from NeuroNode) |
|
|
Save | Overridden. Overridden.Saves the network to a binary stream. |
|
|
SaveToFile | Saves object to a file in a binary format. (inherited from NeuroObject) |
|
|
ToString | Returns a |
|
|
Train | Performs network training. Here you write the code to train your network. |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
CreateNetwork | Performs network construction based on specific topology. Connects all nodes in the network using the links. |
|
|
Finalize | Allows an |
|
|
GetInputNode | Returns N-th input node in the network. |
|
|
GetInputNodesCount | Returns number of input nodes in the network. |
|
|
GetNetworkType | Neural network type. |
|
|
GetNodeError | Getter method of |
|
|
GetNodeValue | Getter methos of |
|
|
GetOutputNode | Returns N-th output node in the network. |
|
|
GetOutPutNodesCount | Returns number of output nodes in the network. |
|
|
LoadInputs | Loads data into input nodes of the network. |
|
|
MemberwiseClone | Creates a shallow copy of the current |
|
|
SetNodeError | Setter method of |
|
|
SetNodeValue | Setter method of |