| Documentation For Encog 2.x |
|
SOMPattern.AddHiddenLayer Method
Add a hidden layer. SOM networks do not have hidden layers, so this will throw an error.
public
void AddHiddenLayer(
int count);
Parameters
-
count
- The number of hidden neurons.
Implements
INeuralNetworkPattern.AddHiddenLayer
See Also
SOMPattern Class | Encog.Neural.Networks.Pattern Namespace