Documentation For Encog 2.x

Propagation Class

Implements basic functionality that is needed by each of the propagation methods. The specifics of each of the propagation methods is implemented inside of the PropagationMethod interface implementors.

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

System.Object
   BasicTraining
      Propagation
         Backpropagation
         ManhattanPropagation
         ResilientPropagation

public class Propagation : BasicTraining

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

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

See Also

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