Documentation For Encog 2.x

BAMPattern Class

Construct a Bidirectional Access Memory (BAM) neural network. This neural network type learns to associate one pattern with another. The two patterns do not need to be of the same length. This network has two that are connected to each other. Though they are labeled as input and output layers to Encog, they are both equal, and should simply be thought of as the two layers that make up the net.

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

System.Object
   BAMPattern

public class BAMPattern : INeuralNetworkPattern

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.Pattern

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

See Also

BAMPattern Members | Encog.Neural.Networks.Pattern Namespace