Documentation For Encog 2.x

ManhattanPropagation Constructor

Construct a Manhattan propagation training object.

ManhattanPropagation(
   BasicNetwork network,
   INeuralDataSet training,
   double learnRate,
   double zeroTolerance
);

Parameters

network
The network to train.
training
The training data to use.
learnRate
The learning rate.s
zeroTolerance
The zero tolerance.

See Also

ManhattanPropagation Class | Encog.Neural.Networks.Training.Propagation.Manhattan Namespace | ManhattanPropagation Constructor Overload List