Click or drag to resize
FeedForwardNetworkOutputLayer Property
The neural network OutputLayer.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override OutputLayer OutputLayer { get; }

Property Value

Type: OutputLayer
Contains the neural network OutputLayer.
See Also