Class DistanceMatrixThresholds
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.distancematrix.DistanceMatrixThresholds
-
public class DistanceMatrixThresholds extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static DistanceMatrixThresholdsbestIn the best case, we want a lower bound on distance.static DistanceMatrixThresholdsworst
-
Constructor Summary
Constructors Constructor Description DistanceMatrixThresholds(double defaultValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDefaultValueOnFailure()longgetFailAfterNumberOfAStarSteps()java.math.BigIntegergetFailOnMoreExhaustiveStepsThen()static intgetInitListSize()intgetMaxNumberOfCountTotalOrdersBaseCase()java.math.BigIntegergetMaxTotalOrdersToPreferExhaustiveOverAStar()static intgetMinTotalOrderLengthToPreferExhaustiveOverAStar()
-
-
-
Field Detail
-
best
public static final DistanceMatrixThresholds best
In the best case, we want a lower bound on distance. If we cannot compute the distance, take a higher value that is still a lower bound.
-
worst
public static final DistanceMatrixThresholds worst
-
-
Method Detail
-
getFailOnMoreExhaustiveStepsThen
public java.math.BigInteger getFailOnMoreExhaustiveStepsThen()
-
getFailAfterNumberOfAStarSteps
public long getFailAfterNumberOfAStarSteps()
-
getDefaultValueOnFailure
public double getDefaultValueOnFailure()
-
getMaxNumberOfCountTotalOrdersBaseCase
public int getMaxNumberOfCountTotalOrdersBaseCase()
-
getMaxTotalOrdersToPreferExhaustiveOverAStar
public java.math.BigInteger getMaxTotalOrdersToPreferExhaustiveOverAStar()
-
getMinTotalOrderLengthToPreferExhaustiveOverAStar
public static int getMinTotalOrderLengthToPreferExhaustiveOverAStar()
-
getInitListSize
public static int getInitListSize()
-
-