Removes a Link from the Network.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void Remove(
	Link link
)
Visual Basic (Declaration)
Public Overridable Sub Remove ( _
	link As Link _
)
Visual C++
public:
virtual void Remove(
	Link^ link
)

Parameters

link
Type: Imsl.DataMining.Neural..::.Link
The Link deleted from the Network.

See Also