Click or drag to resize
NetworkNumberOfOutputs Property
The number of Network output Perceptrons.

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

Property Value

Type: Int32
An int which contains the number of outputs.
See Also