| Documentation For Encog 2.x |
|
ElmanPattern.AddHiddenLayer Method
Add a hidden layer with the specified number of neurons.
public
void AddHiddenLayer(
int count);
Parameters
-
count
- The number of neurons in this hidden layer.
Implements
INeuralNetworkPattern.AddHiddenLayer
See Also
ElmanPattern Class | Encog.Neural.Networks.Pattern Namespace