Documentation For Encog 2.x

BoltzmannPattern.AddHiddenLayer Method

Not supported, will throw an exception, Boltzmann networks have no hidden layers.

public void AddHiddenLayer(
   int count
);

Parameters

count
Not used.

Implements

INeuralNetworkPattern.AddHiddenLayer

See Also

BoltzmannPattern Class | Encog.Neural.Networks.Pattern Namespace