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 TypeClassDescriptionclass
AStopCriteria
implementation to identify whether the absolute difference between the training accuracy of current and previous iteration is under the defined tolerance.class
AStopCriteria
implementation 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 TypeMethodDescriptionvoid
DefaultTrainingProgressMonitor.finishedTraining
(int iterations, StopCriteria<?> stopCriteria) Captures the training completion progress.void
TrainingProgressMonitor.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 thestopCriteria
record component.Constructors in opennlp.tools.util with parameters of type StopCriteriaModifierConstructorDescriptionTrainingConfiguration
(TrainingProgressMonitor progMon, StopCriteria<Double> stopCriteria) Creates an instance of aTrainingConfiguration
record class.