The number of output Perceptrons from the Network.

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

Syntax

C#
public override int NumberOfOutputs { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property NumberOfOutputs As Integer
Visual C++
public:
virtual property int NumberOfOutputs {
	int get () override;
}

Field Value

An int containing the number of output Perceptrons from the Network.

See Also