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