Public Methods
| Name | Description | |
|---|---|---|
|
|
CreateLink | Overridden. Overridden.Creates new |
|
|
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.Makes the network to learn the pattern that was just exposed to the network. Usually executes right after |
|
|
LinkTo | Connects this node to toNode using link link. (inherited from NeuroNode) |
|
|
Load | Overridden.Loads network data from a binary stream. (inherited from BackPropagationNetwork) |
|
|
LoadFromFile | Loads object data from a file. (inherited from NeuroObject) |
|
|
NodesInLayer | Returns number of nodes in specific layer. (inherited from BackPropagationNetwork) |
|
|
OutputNode | Returns N-th output node of the network. |
|
|
Run | Overridden.Tells the network to produce output values based on its input. (inherited from BackPropagationNetwork) |
|
|
Save | Overridden.Saves the network to a binary stream. (inherited from BackPropagationNetwork) |
|
|
SaveToFile | Saves object to a file in a binary format. (inherited from NeuroObject) |
|
|
SetValuesFromPattern | Sets input values of the network from the pattern. (inherited from AdalineNetwork) |
|
|
ToString | Returns a |
|
|
Train | Overridden.Trains the network (makes the network learn the patterns). (inherited from EpochBackPropagationNetwork) |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
CreateNetwork | Overridden.Method that constructs network topology. (inherited from BackPropagationNetwork) |
|
|
Finalize | Allows an |
|
|
GetInputNode | Overridden.Retrieves an input node by its index. (inherited from AdalineNetwork) |
|
|
GetInputNodesCount | Overridden.Returns number of nodes in the input layer of the network. (inherited from BackPropagationNetwork) |
|
|
GetNetworkType | Overridden.Returns |
|
|
GetNodeError | Getter method of |
|
|
GetNodeValue | Getter methos of |
|
|
GetOutputNode | Overridden.Returns output node of the network by its index. (inherited from BackPropagationNetwork) |
|
|
GetOutPutNodesCount | Overridden.Returns number of nodes in output layer of the network. (inherited from BackPropagationNetwork) |
|
|
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 |