The number of Weights in the Network.

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

Syntax

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

Field Value

An int which contains the number of Weights associated with this Network.

See Also