Base class for all input nodes. Represents an input node to a network.
The following tables list the members exposed by InputNode.
Public Constructors
Protected Fields
| Name | Description | |
|---|---|---|
|
|
nodeError | Node value and node error. (inherited from NeuroNode) |
|
|
nodeValue | Node value and node error. (inherited from NeuroNode) |
Public Properties
| Name | Description | |
|---|---|---|
|
|
Error | Error property of the node. (inherited from NeuroNode) |
|
|
InLinks | Incomming links for this node. (inherited from NeuroNode) |
|
|
OutLinks | Outgoing links of this node. (inherited from NeuroNode) |
|
|
Value | Value property of the node. (inherited from NeuroNode) |
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 | Teaches the node. (inherited from NeuroNode) |
|
|
LinkTo | Connects this node to toNode using link link. (inherited from NeuroNode) |
|
|
Load | Overridden.Loads node data from a binary stream. (inherited from NeuroNode) |
|
|
LoadFromFile | Loads object data from a file. (inherited from NeuroObject) |
|
|
Run | Executes node functionality. (inherited from NeuroNode) |
|
|
Save | Overridden.Stores node data into binary stream. (inherited from NeuroNode) |
|
|
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 |
|
|
GetNodeValue | Getter methos of |
|
|
MemberwiseClone | Creates a shallow copy of the current |
|
|
SetNodeError | Setter method of |
|
|
SetNodeValue | Setter method of |