Links all of the Nodes in one Layer to all of the Nodes in another Layer.

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

Syntax

C#
public virtual void LinkAll(
	Layer from,
	Layer to
)
Visual Basic (Declaration)
Public Overridable Sub LinkAll ( _
	from As Layer, _
	to As Layer _
)
Visual C++
public:
virtual void LinkAll(
	Layer^ from, 
	Layer^ to
)

Parameters

from
Type: Imsl.DataMining.Neural..::.Layer
The origination Layer.
to
Type: Imsl.DataMining.Neural..::.Layer
The destination Layer.

See Also