Class DistanceMatrixNormalisedLevenshtein
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.distancematrix.DistanceMatrixAbstract<TotalOrder,TotalOrder>
-
- org.processmining.earthmoversstochasticconformancechecking.distancematrix.DistanceMatrixNormalisedLevenshtein
-
- All Implemented Interfaces:
java.lang.Cloneable,DistanceMatrix<TotalOrder,TotalOrder>
public class DistanceMatrixNormalisedLevenshtein extends DistanceMatrixAbstract<TotalOrder,TotalOrder>
-
-
Constructor Summary
Constructors Constructor Description DistanceMatrixNormalisedLevenshtein()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected doublegetDistance(int[] traceB, int[] traceL, org.processmining.framework.plugin.ProMCanceller canceller)A method that computes the actual distance.-
Methods inherited from class org.processmining.earthmoversstochasticconformancechecking.distancematrix.DistanceMatrixAbstract
clone, getDistance, getDistances, init, thread
-
-
-
-
Method Detail
-
getDistance
protected double getDistance(int[] traceB, int[] traceL, org.processmining.framework.plugin.ProMCanceller canceller)Description copied from class:DistanceMatrixAbstractA method that computes the actual distance. Should be thread-safe.- Specified by:
getDistancein classDistanceMatrixAbstract<TotalOrder,TotalOrder>- Returns:
-
-