Overridden.Returns number of output nodes in the network.


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

Syntax

Visual Basic (Declaration)
Protected Overrides Function GetOutPutNodesCount() As Integer
C#
protected override int GetOutPutNodesCount()
C++
protected:
 virtual int GetOutPutNodesCount() override 
J#
protected override int GetOutPutNodesCount()
JScript
protected override  function GetOutPutNodesCount() : int

Return Value

Number of output nodes. In case of Adaline network it always 1.

See Also