Click or drag to resize
NetworkLinks Property
An array containing the Link objects in the Network.

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

Property Value

Type: Link
An array of Links associated with this Network.
See Also