Uses of Class
org.processmining.earthmoversstochasticconformancechecking.distancematrix.DistanceMatrixThresholds
-
Packages that use DistanceMatrixThresholds Package Description org.processmining.earthmoversstochasticconformancechecking.distancematrix -
-
Uses of DistanceMatrixThresholds in org.processmining.earthmoversstochasticconformancechecking.distancematrix
Fields in org.processmining.earthmoversstochasticconformancechecking.distancematrix declared as DistanceMatrixThresholds Modifier and Type Field Description static DistanceMatrixThresholdsDistanceMatrixThresholds. bestIn the best case, we want a lower bound on distance.static DistanceMatrixThresholdsDistanceMatrixThresholds. worstMethods in org.processmining.earthmoversstochasticconformancechecking.distancematrix with parameters of type DistanceMatrixThresholds Modifier and Type Method Description PartialOrderPartialOrderStateDistanceMatrixPartialCertainVsPartialCertainLevenshtein. aStar(AStarSetupPartialOrdervsPartialOrder setup, PartialOrderPartialOrderState start, DistanceMatrixThresholds thresholds)TotalOrderPartialOrderStateDistanceMatrixTotalVsPartialCertainLevenshtein. aStar(AStarSetupTotalOrdervsPartialOrder setup, TotalOrderPartialOrderState start, DistanceMatrixThresholds thresholds)protected doubleDistanceMatrixPartialCertainVsPartialCertainLevenshtein. getDistance(int[] partialOrderA, int[] partialOrderB, DistanceMatrixThresholds thresholds, org.processmining.framework.plugin.ProMCanceller canceller)protected doubleDistanceMatrixPartialUncertainVsPartialCertainLevenshteinWorst. getDistance(int[] partialOrderA, int[] partialOrderB, DistanceMatrixThresholds thresholds, org.processmining.framework.plugin.ProMCanceller canceller)protected doubleDistanceMatrixTotalVsPartialCertainLevenshtein. getDistance(int[] totalOrderA, int[] partialOrderB, DistanceMatrixThresholds thresholds, org.processmining.framework.plugin.ProMCanceller canceller)protected doubleDistanceMatrixPartialCertainVsPartialCertainLevenshtein. getDistanceAStar(int[] partialOrderA, int[] partialOrderB, DistanceMatrixThresholds thresholds, org.processmining.framework.plugin.ProMCanceller canceller)protected doubleDistanceMatrixTotalVsPartialCertainLevenshtein. getDistanceAStar(int[] totalOrderA, int[] partialOrderB, DistanceMatrixThresholds thresholds, org.processmining.framework.plugin.ProMCanceller canceller)
-