Package opennlp.tools.monitoring
Class LogLikelihoodThresholdBreached
java.lang.Object
opennlp.tools.monitoring.LogLikelihoodThresholdBreached
public class LogLikelihoodThresholdBreached
extends Object
implements opennlp.tools.monitoring.StopCriteria<Double>
A
StopCriteria implementation to identify whether the
difference between the log likelihood of current and previous iteration is under the defined threshold.-
Field Summary
FieldsFields inherited from interface opennlp.tools.monitoring.StopCriteria
FINISHED -
Constructor Summary
ConstructorsConstructorDescriptionLogLikelihoodThresholdBreached(opennlp.tools.util.Parameters trainingParameters) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
STOP
-
-
Constructor Details
-
LogLikelihoodThresholdBreached
public LogLikelihoodThresholdBreached(opennlp.tools.util.Parameters trainingParameters)
-
-
Method Details