Class IterDeltaAccuracyUnderTolerance

java.lang.Object
opennlp.tools.monitoring.IterDeltaAccuracyUnderTolerance
All Implemented Interfaces:
Predicate<Double>, StopCriteria<Double>

public class IterDeltaAccuracyUnderTolerance extends Object implements StopCriteria<Double>
A StopCriteria implementation to identify whether the absolute difference between the training accuracy of current and previous iteration is under the defined tolerance.