Uses of Enum Class
opennlp.tools.monitoring.TrainingMeasure
Packages that use TrainingMeasure
-
Uses of TrainingMeasure in opennlp.tools.monitoring
Methods in opennlp.tools.monitoring that return TrainingMeasureModifier and TypeMethodDescriptionstatic TrainingMeasure
Returns the enum constant of this class with the specified name.static TrainingMeasure[]
TrainingMeasure.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in opennlp.tools.monitoring with parameters of type TrainingMeasureModifier and TypeMethodDescriptionvoid
DefaultTrainingProgressMonitor.finishedIteration
(int iteration, int numberCorrectEvents, int totalEvents, TrainingMeasure measure, double measureValue) Captures the Iteration progress.void
TrainingProgressMonitor.finishedIteration
(int iteration, int numberCorrectEvents, int totalEvents, TrainingMeasure measure, double measureValue) Captures the Iteration progress.