Documentation For Encog 2.x

INetwork.Structure Property

Get the structure of the neural network. The structure allows you to quickly obtain synapses and layers without traversing the network.

public NeuralStructure Structure { public get; }

See Also

INetwork Interface | Encog.Neural.Networks Namespace