Returns number of input nodes in the network.


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

Syntax

Visual Basic (Declaration)
Protected MustOverride Function GetInputNodesCount() As Integer
C#
protected abstract int GetInputNodesCount()
C++
protected:
 int GetInputNodesCount() abstract 
J#
protected abstract int GetInputNodesCount()
JScript
protected abstract  function GetInputNodesCount() : int

Return Value

Number of input nodes in the network.

See Also