| Documentation For Encog 2.x |
|
PropagationLevel.AccumulateThresholdGradient Method
Call this method to accumulate the threshold gradients during a batch.
public
void AccumulateThresholdGradient(
int index,
double value);
Parameters
-
index
- The index of the gradient to modify.
-
value
- The value to be added to the existing gradients.
See Also
PropagationLevel Class | Encog.Neural.Networks.Training.Propagation Namespace