Package opennlp.tools.monitoring
Class IterDeltaAccuracyUnderTolerance
java.lang.Object
opennlp.tools.monitoring.IterDeltaAccuracyUnderTolerance
- All Implemented Interfaces:
- Predicate<Double>,- 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.- 
Field SummaryFieldsFields inherited from interface opennlp.tools.monitoring.StopCriteriaFINISHED
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionboolean
- 
Field Details- 
STOP- See Also:
 
 
- 
- 
Constructor Details- 
IterDeltaAccuracyUnderTolerance
 
- 
- 
Method Details- 
getMessageIfSatisfied- Specified by:
- getMessageIfSatisfiedin interface- StopCriteria<Double>
- Returns:
- A detailed message captured upon hitting the StopCriteriaduring model training.
 
- 
test
 
-