Represents the Kohonen layer as two-dimetional array of NeuroNode.


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

Syntax

Visual Basic (Declaration)
Protected kohonenLayer As NeuroNode(,)
C#
protected NeuroNode[,] kohonenLayer;
C++
protected:
 array<NeuroNode>^ kohonenLayer sealed ;
J#
protected NeuroNode[,] kohonenLayer
JScript
protected kohonenLayer : NeuroNode[,];

See Also