The number of InputNodes to the Network.

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

Syntax

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

Field Value

An int containing the number of InputNodes to the Network.

See Also