Documentation For Encog 2.x

NeuralStructure Class

Holds "cached" information about the structure of the neural network. This is a very good performance boost since the neural network does not need to traverse itself each time a complete collection of layers or synapses is needed.

For a list of all members of this type, see NeuralStructure Members .

System.Object
   NeuralStructure

[Serializable]
public class NeuralStructure

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Networks

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

NeuralStructure Members | Encog.Neural.Networks Namespace