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