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 | 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) |
|
|
SetValuesFromPattern | Sets input values of the network from the pattern. |
|
|
ToString | Returns a |
|
|
Train | Overridden. Overridden.Performs network training. Here you write the code to train your network. |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
CreateNetwork | Overridden. Overridden.Constructs network topology. |
|
|
Finalize | Allows an |
|
|
GetInputNode | Overridden. Overridden.Retrieves an input node by its index. |
|
|
GetInputNodesCount | Overridden. Overridden.Returns number of Input nodes in the network. |
|
|
GetNetworkType | Overridden. Overridden.Returns type of the network. |
|
|
GetNodeError | Getter method of |
|
|
GetNodeValue | Getter methos of |
|
|
GetOutputNode | Overridden. Overridden.Retrieves an output node by its index. |
|
|
GetOutPutNodesCount | Overridden. Overridden.Returns number of output nodes in the network. |
|
|
LoadInputs | Loads data into input nodes of the network. (inherited from NeuralNetwork) |
|
|
MemberwiseClone | Creates a shallow copy of the current |
|
|
SetNodeError | Setter method of |
|
|
SetNodeValue | Setter method of |