The Perceptrons in the InputLayer.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic override Node[] Nodes { get; }Public Overrides ReadOnly Property Nodes As Node()
Get
public:
virtual property array<Node^>^ Nodes {
array<Node^>^ get () override;
}abstract Nodes : Node[] with get
override Nodes : Node[] with get
Property Value
Type:
Node
An
InputNode array containing the
Nodes in the
InputLayer.
See Also