Documentation For Encog 2.x

Propagation Constructor

Construct a propagation trainer.

Propagation(
   BasicNetwork network,
   IPropagationMethod method,
   INeuralDataSet training
);

Parameters

network
The network to train.
method
The propagation method to use.
training
The training data to use.

See Also

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