Documentation For Encog 2.x

RSOMPattern Class

A recurrent self organizing map is a self organizing map that has a recurrent context connection on the hidden layer. This type of neural network is adept at classifying temporal data.

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

System.Object
   RSOMPattern

public class RSOMPattern : 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

RSOMPattern Members | Encog.Neural.Networks.Pattern Namespace