Overridden.Makes the network to learn the pattern that was just exposed to the network. Usually executes right after Run method.


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

Syntax

Visual Basic (Declaration)
Public Overrides Sub Learn()
C#
public override void Learn()
C++
public:
 virtual void Learn() override 
J#
public override void Learn()
JScript
public override  function Learn()

See Also