Documentation For Encog 2.x

PruneIncremental.AddHiddenLayer Method

Add a hidden layer's min and max. Call this once per hidden layer. Specify a zero min if it is possible to remove this hidden layer. @param min The minimum number of neurons for this layer. @param max The maximum number of neurons for this layer.

public void AddHiddenLayer(
   int min,
   int max
);

See Also

PruneIncremental Class | Encog.Neural.Networks.Prune Namespace