Uses of Enum Class
opennlp.tools.monitoring.TrainingMeasure
Packages that use TrainingMeasure
-
Uses of TrainingMeasure in opennlp.tools.monitoring
Subclasses with type arguments of type TrainingMeasure in opennlp.tools.monitoringMethods 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 TypeMethodDescriptionvoidTrainingProgressMonitor.finishedIteration(int iteration, int numberCorrectEvents, int totalEvents, TrainingMeasure measure, double measureValue) Captures the Iteration progress.