Documentation For Encog 2.x

HopfieldPattern.AddHiddenLayer Method

Add a hidden layer. This will throw an error, because the Hopfield neural network has no hidden layers.

public void AddHiddenLayer(
   int count
);

Parameters

count
The number of neurons.

Implements

INeuralNetworkPattern.AddHiddenLayer

See Also

HopfieldPattern Class | Encog.Neural.Networks.Pattern Namespace