Click or drag to resize
InputLayerNodes Property
The Perceptrons in the InputLayer.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override Node[] Nodes { get; }

Property Value

Type: Node
An InputNode array containing the Nodes in the InputLayer.
See Also