Interface LogBasedCalculation
- All Known Implementing Classes:
LogCondProbConfirmationMeasure,LogJaccardConfirmationMeasure,LogLikelihoodConfirmationMeasure,LogRatioConfirmationMeasure,NormalizedLogRatioConfirmationMeasure
public interface LogBasedCalculation
This interface defines the epsilon used by log based calculations for
avoiding the logarithm of 0.
- Author:
- Michael Röder
-
Field Summary
Fields
-
Field Details
-
EPSILON
static final double EPSILONe=1.0E-12- See Also:
- Constant Field Values
-