Stores nodes count in input layer.


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

Syntax

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

See Also