Click or drag to resize
OutputLayerNodes Property
The Perceptrons in the OutputLayer.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override Node[] Nodes { 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