Documentation For Encog 2.x

NeuralOutputHolder Class

Holds the output from each layer of the neural network. This is very useful for the propagation algorithms that need to examine the output of each individual layer.

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

System.Object
   NeuralOutputHolder

public class NeuralOutputHolder

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

NeuralOutputHolder Members | Encog.Neural.Networks Namespace