Package opennlp.tools.monitoring
Class IterDeltaAccuracyUnderTolerance
java.lang.Object
opennlp.tools.monitoring.IterDeltaAccuracyUnderTolerance
public class IterDeltaAccuracyUnderTolerance
extends Object
implements opennlp.tools.monitoring.StopCriteria<Double>
A
StopCriteria implementation to identify whether the absolute
difference between the training accuracy of current and previous iteration is under the defined tolerance.-
Field Summary
FieldsFields inherited from interface opennlp.tools.monitoring.StopCriteria
FINISHED -
Constructor Summary
ConstructorsConstructorDescriptionIterDeltaAccuracyUnderTolerance(opennlp.tools.util.Parameters trainingParameters) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
STOP
- See Also:
-
-
Constructor Details
-
IterDeltaAccuracyUnderTolerance
public IterDeltaAccuracyUnderTolerance(opennlp.tools.util.Parameters trainingParameters)
-
-
Method Details