The number of weights in the Network.

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

Syntax

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

Field Value

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

See Also