The Network type exposes the following members.

Properties

NameDescription
InputLayer
The InputLayer object.
Links
An array containing the Link objects in the Network.
NumberOfInputs
The number of Network inputs.
NumberOfLinks
The number of NetworkLinks among the Nodes.
NumberOfOutputs
The number of Network output Perceptrons.
NumberOfWeights
The number of Weights in the Network.
OutputLayer
The OutputLayer.
Perceptrons
An array containing the Perceptrons in the Network.
Weights
The Weights.

See Also