Click or drag to resize
FeedForwardNetworkLink Method (Node, Node)
Establishes a Link between two Nodes.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Link Link(
	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.
Remarks
Any existing Link between these Nodes is removed.
See Also