Returns all of the Links to a given Node.

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

Syntax

C#
public virtual Link[] FindLinks(
	Node to
)
Visual Basic (Declaration)
Public Overridable Function FindLinks ( _
	to As Node _
) As Link()
Visual C++
public:
virtual array<Link^>^ FindLinks(
	Node^ to
)

Parameters

to
Type: Imsl.DataMining.Neural..::.Node
A Node whose Links are to be determined.

Return Value

An array of Links containing all of the Links to the given Node.

See Also