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.
Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overridable Sub Epoch( _ ByVal epoch As Integer _ ) |
| C# |
|---|
| public virtual void Epoch( int epoch ) |
| C++ |
|---|
| public: virtual void Epoch( int epoch ) |
| J# |
|---|
| public virtual void Epoch( int epoch ) |
| JScript |
|---|
| public virtual
function Epoch( epoch : int ) |
Parameters
- epoch
- Number of patterns that was presentend during this learning cycle.