Documentation For Encog 2.x

BasicLayer Constructor

Construct this layer with a sigmoid threshold function.

BasicLayer(
   int neuronCount
);

Parameters

neuronCount
How many neurons in this layer.

See Also

BasicLayer Class | Encog.Neural.Networks.Layers Namespace | BasicLayer Constructor Overload List