Documentation For Encog 2.x

NeuralStructure Constructor

Construct a structure object for the specified network.

NeuralStructure(
   BasicNetwork network
);

Parameters

network
The network to construct a structure for.

See Also

NeuralStructure Class | Encog.Neural.Networks Namespace