The Layer in which this Node exists.

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

Syntax

C#
public virtual Layer Layer { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Layer As Layer
Visual C++
public:
virtual property Layer^ Layer {
	Layer^ get ();
}

Field Value

The Layer associated with this Node.

See Also