| FeedForwardNetworkLinks Property |
All the Links in this Network.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic override Link[] Links { get; }Public Overrides ReadOnly Property Links As Link()
Get
public:
virtual property array<Link^>^ Links {
array<Link^>^ get () override;
}abstract Links : Link[] with get
override Links : Link[] with get
Property Value
Type:
Link
An array of
Links containing all of the
Links in this
Network.
See Also