Documentation For Encog 2.x

ManhattanPropagationMethod Class

Implements the specifics of the Manhattan propagation algorithm. This class actually handles the updates to the weight matrix.

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

System.Object
   ManhattanPropagationMethod

public class ManhattanPropagationMethod : IPropagationMethod

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.Training.Propagation.Manhattan

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

See Also

ManhattanPropagationMethod Members | Encog.Neural.Networks.Training.Propagation.Manhattan Namespace