| FeedForwardNetworkRemove Method |
Removes a Link from the Network.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual void Remove(
Link link
)
Public Overridable Sub Remove (
link As Link
)
public:
virtual void Remove(
Link^ link
)
abstract Remove :
link : Link -> unit
override Remove :
link : Link -> unit Parameters
- link
- Type: Imsl.DataMining.NeuralLink
The Link deleted from the Network.
See Also