Click or drag to resize
Network Properties

The Network type exposes the following members.

Properties
  NameDescription
Public propertyInputLayer
The InputLayer object.
Public propertyLinks
An array containing the Link objects in the Network.
Public propertyNumberOfInputs
The number of Network inputs.
Public propertyNumberOfLinks
The number of NetworkLinks among the Nodes.
Public propertyNumberOfOutputs
The number of Network output Perceptrons.
Public propertyNumberOfWeights
The number of Weights in the Network.
Public propertyOutputLayer
The OutputLayer.
Public propertyPerceptrons
An array containing the Perceptrons in the Network.
Public propertyWeights
The Weights.
Top
See Also