Documentation For Encog 2.x

RadialBasisPattern.AddHiddenLayer Method

Add the hidden layer, this should be called once, as a RBF has a single hidden layer.

public void AddHiddenLayer(
   int count
);

Parameters

count
The number of neurons in the hidden layer.

Implements

INeuralNetworkPattern.AddHiddenLayer

See Also

RadialBasisPattern Class | Encog.Neural.Networks.Pattern Namespace