Overridden. Implements the Delta Rule to modify the link values.


Namespace: xpidea.neuro.net.adaline
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()

Remarks

This method gets executed only if the node produces incorrect output.

See Also