Documentation For Encog 2.x

BasicNetwork.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; }

Implements

INetwork.Structure

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace