Click or drag to resize
FeedForwardNetworkNumberOfOutputs Property
The number of output Perceptrons from the Network.

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

Property Value

Type: Int32
An int containing the number of output Perceptrons from the Network.
See Also