Documentation For Encog 2.x

ADALINEPattern.AddHiddenLayer Method

Not used, the ADALINE has no hidden layers, this will throw an error.

public void AddHiddenLayer(
   int count
);

Parameters

count
The neuron count.

Implements

INeuralNetworkPattern.AddHiddenLayer

See Also

ADALINEPattern Class | Encog.Neural.Networks.Pattern Namespace