Documentation For Encog 2.x

SOMPattern Class

A self organizing map is a neural network pattern with an input and output layer. There is no hidden layer. The winning neuron, which is that neuron with the higest output is the winner, this winning neuron is often used to classify the input into a group.

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

System.Object
   SOMPattern

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

SOMPattern Members | Encog.Neural.Networks.Pattern Namespace