Class ComputeReallocationMatrix
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.ComputeReallocationMatrix
-
public class ComputeReallocationMatrix extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ComputeReallocationMatrix()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.processmining.plugins.InductiveMiner.Pair<ReallocationMatrix,java.lang.Double>compute(StochasticLanguage languageA, StochasticLanguage languageB, DistanceMatrix distanceMatrix, EMSCParameters parameters, org.processmining.framework.plugin.ProMCanceller canceller)
-
-
-
Method Detail
-
compute
public static org.processmining.plugins.InductiveMiner.Pair<ReallocationMatrix,java.lang.Double> compute(StochasticLanguage languageA, StochasticLanguage languageB, DistanceMatrix distanceMatrix, EMSCParameters parameters, org.processmining.framework.plugin.ProMCanceller canceller) throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-