Overridden.Tells the link, that all patterns have been exposed and it's time to update link weight.


Namespace: xpidea.neuro.net.backprop
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Sub Epoch( _ 
   ByVal epoch As Integer _ 
)
C#
public override void Epoch(
   int epoch
)
C++
public:
 virtual void Epoch(
   int epoch
) override 
J#
public override void Epoch(
   int epoch
)
JScript
public override  function Epoch(
   epoch : int
)

Parameters

epoch
Number of patterns that was exposed to the network.

Remarks

Implements RPROP training algorithm.

See Also