| FeedForwardNetworkFindLinks Method |
Returns all of the Links to a given Node.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual Link[] FindLinks(
Node to
)
Public Overridable Function FindLinks (
to As Node
) As Link()
public:
virtual array<Link^>^ FindLinks(
Node^ to
)
abstract FindLinks :
to : Node -> Link[]
override FindLinks :
to : Node -> Link[] Parameters
- to
- Type: Imsl.DataMining.NeuralNode
A Node whose Links are to be determined.
Return Value
Type:
Link
An array of
Links containing all of the
Links to the
given
Node.
See Also