Documentation For Encog 2.x

INetwork.AddLayer Method

Add a layer to the neural network. The first layer added is the input layer, the last layer added is the output layer. This layer is added with a weighted synapse.

Overload List

Add a layer to the neural network. The first layer added is the input layer, the last layer added is the output layer. This layer is added with a weighted synapse.

void AddLayer(ILayer)

Add a layer to the neural network. If there are no layers added this layer will become the input layer. This function automatically updates both the input and output layer references.

void AddLayer(ILayer,SynapseType)

See Also

INetwork Interface | Encog.Neural.Networks Namespace