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