Documentation For Encog 2.x

BasicNetwork.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.

public 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.

public void AddLayer(ILayer,SynapseType)

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace