Click or drag to resize
FeedForwardNetworkNumberOfWeights Property
The number of weights in the Network.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override int NumberOfWeights { get; }

Property Value

Type: Int32
An int which contains the number of weights in the Network.
See Also