| OutputLayerNodes Property |
The Perceptrons in the OutputLayer.
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
OutputPerceptron array containing the
Nodes in the
OutputLayer.
Remarks
This method overrides the method in Layer
to return the Perceptrons in an OutputPerceptron
array.
See Also