| |
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 Object is equal to the current Object. (inherited from Object) |
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object) |
|
GetType |
Gets the Type of the current instance. (inherited from Object) |
|
Learn
|
Teaches the node. |
|
LinkTo
|
Connects this node to toNode using link link. |
|
Load
|
Overridden. Overridden.Loads node data from a binary stream. |
|
LoadFromFile
|
Loads object data from a file. (inherited from NeuroObject) |
|
Run
|
Executes node functionality. |
|
Save
|
Overridden. Overridden.Stores node data into binary stream. |
|
SaveToFile
|
Saves object to a file in a binary format. (inherited from NeuroObject) |
|
ToString |
Returns a String that represents the current Object. (inherited from Object) |