Click or drag to resize
FeedForwardNetworkLinks Property
All the Links in this Network.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override Link[] Links { get; }

Property Value

Type: Link
An array of Links containing all of the Links in this Network.
See Also