Uses of Interface
opennlp.tools.monitoring.StopCriteria
Packages that use StopCriteria
Package
Description
Package containing utility data structures and algorithms used by multiple other packages.
-
Uses of StopCriteria in opennlp.tools.monitoring
Classes in opennlp.tools.monitoring that implement StopCriteriaModifier and TypeClassDescriptionclassAStopCriteriaimplementation to identify whether the absolute difference between the training accuracy of current and previous iteration is under the defined tolerance.classAStopCriteriaimplementation to identify whether the difference between the log likelihood of current and previous iteration is under the defined threshold.Methods in opennlp.tools.monitoring with parameters of type StopCriteriaModifier and TypeMethodDescriptionvoidDefaultTrainingProgressMonitor.finishedTraining(int iterations, StopCriteria<?> stopCriteria) Captures the training completion progress.voidTrainingProgressMonitor.finishedTraining(int iterations, StopCriteria<?> stopCriteria) Captures the training completion progress. -
Uses of StopCriteria in opennlp.tools.util
Methods in opennlp.tools.util that return StopCriteriaModifier and TypeMethodDescriptionTrainingConfiguration.stopCriteria()Returns the value of thestopCriteriarecord component.Constructors in opennlp.tools.util with parameters of type StopCriteriaModifierConstructorDescriptionTrainingConfiguration(TrainingProgressMonitor progMon, StopCriteria<Double> stopCriteria) Creates an instance of aTrainingConfigurationrecord class.