Documentation For Encog 2.x

BasicNetwork Properties

The properties of the BasicNetwork class are listed below. For a complete list of BasicNetwork class members, see the BasicNetwork Members topic.

Public Instance Properties

Description The description for this object.
HiddenLayerCount Get the count for how many hidden layers are present.
HiddenLayers Get a collection of the hidden layers in the network.
InputLayer Get the input layer.
Name The name.
OutputLayer Get the output layer.
Structure Get the structure of the neural network. The structure allows you to quickly obtain synapses and layers without traversing the network.
WeightMatrixSize The size of the matrix.

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace