Click or drag to resize
FeedForwardNetworkFindLinks Method
Returns all of the Links to a given Node.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Link[] FindLinks(
	Node to
)

Parameters

to
Type: Imsl.DataMining.NeuralNode
A Node whose Links are to be determined.

Return Value

Type: Link
An array of Links containing all of the Links to the given Node.
See Also