A list of the Nodes in this Layer.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual Node[] Nodes { get; }Public Overridable ReadOnly Property Nodes As Node()
Get
public:
virtual property array<Node^>^ Nodes {
array<Node^>^ get ();
}abstract Nodes : Node[] with get
override Nodes : Node[] with get
Property Value
Type:
Node
An array containing the
Nodes associated with this
Layer.
See Also