A list of the Nodes in this Layer.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Node[] Nodes { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Nodes As Node()
Visual C++
public:
virtual property array<Node^>^ Nodes {
	array<Node^>^ get ();
}

Field Value

An array containing the Nodes associated with this Layer.

See Also