Documentation For Encog 2.x

BasicTraining Class

An abstract class that implements basic training for most training algorithms. Specifically training strategies can be added to enhance the training.

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

System.Object
   BasicTraining
      Derived types

public abstract class BasicTraining : ITrain

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

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

See Also

BasicTraining Members | Encog.Neural.Networks.Training Namespace