Class LogLikelihoodThresholdBreached

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

public class LogLikelihoodThresholdBreached extends Object implements StopCriteria<Double>
A StopCriteria implementation to identify whether the difference between the log likelihood of current and previous iteration is under the defined threshold.