Is a index of first output node in the nodes array.


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

Syntax

Visual Basic (Declaration)
Protected firstOutputNode As Integer
C#
protected int firstOutputNode;
C++
protected:
 int firstOutputNode sealed ;
J#
protected int firstOutputNode
JScript
protected firstOutputNode : int;

See Also