The number of Links in the Network.

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

Syntax

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

Field Value

An int which contains the number of Links in the Network.

See Also