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 TrainingMeasureReturns 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 TypeMethodDescriptionvoidDefaultTrainingProgressMonitor.finishedIteration(int iteration, int numberCorrectEvents, int totalEvents, TrainingMeasure measure, double measureValue) Captures the Iteration progress.voidTrainingProgressMonitor.finishedIteration(int iteration, int numberCorrectEvents, int totalEvents, TrainingMeasure measure, double measureValue) Captures the Iteration progress.