The Perceptrons in the OutputLayer.

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

Syntax

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

Field Value

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