Package opennlp.tools.monitoring
package opennlp.tools.monitoring
-
ClassDescriptionThe default implementation of
TrainingProgressMonitor
.AStopCriteria
implementation to identify whether the absolute difference between the training accuracy of current and previous iteration is under the defined tolerance.AStopCriteria
implementation to identify whether the difference between the log likelihood of current and previous iteration is under the defined threshold.StopCriteria<T extends Number>Stop criteria for model training.Enumeration of Training measures.An interface to capture training progress of anAbstractModel
.