| NetworkNumberOfWeights Property |
The number of
Weights in
the
Network.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic abstract int NumberOfWeights { get; }Public MustOverride ReadOnly Property NumberOfWeights As Integer
Get
public:
virtual property int NumberOfWeights {
int get () abstract;
}abstract NumberOfWeights : int with get
Property Value
Type:
Int32
An
int which contains the number of
Weights associated
with this
Network.
See Also