Method computes node error, based on current node value and previous node error.


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

Syntax

Visual Basic (Declaration)
Protected Overridable Function ComputeError() As Double
C#
protected virtual double ComputeError()
C++
protected:
 virtual double ComputeError()
J#
protected virtual double ComputeError()
JScript
protected virtual  function ComputeError() : double

Return Value

New value of error.

See Also