Click or drag to resize
FeedForwardNetworkRemove Method
Removes a Link from the Network.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void Remove(
	Link link
)

Parameters

link
Type: Imsl.DataMining.NeuralLink
The Link deleted from the Network.
See Also