Click or drag to resize
FeedForwardNetworkFindLink Method
Returns the Link between two Nodes.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Link FindLink(
	Node from,
	Node to
)

Parameters

from
Type: Imsl.DataMining.NeuralNode
The origination Node.
to
Type: Imsl.DataMining.NeuralNode
The destination Node.

Return Value

Type: Link
A Link between the two Nodes, or null if no such Link exists.
See Also