Class ComputeReallocationMatrix2


  • public class ComputeReallocationMatrix2
    extends java.lang.Object
    • Constructor Detail

      • ComputeReallocationMatrix2

        public ComputeReallocationMatrix2()
    • Method Detail

      • compute

        public static <X extends Order,​Y extends Order> org.processmining.plugins.InductiveMiner.Triple<ReallocationMatrix,​java.lang.Double,​DistanceMatrix<X,​Y>> compute​(StochasticLanguage<X> languageA,
                                                                                                                                                                                                 StochasticLanguage<Y> languageB,
                                                                                                                                                                                                 DistanceMatrix<X,​Y> distanceMatrix,
                                                                                                                                                                                                 EMSCParameters<X,​Y> parameters,
                                                                                                                                                                                                 org.processmining.framework.plugin.ProMCanceller canceller)
                                                                                                                                                                                          throws java.lang.InterruptedException
        Type Parameters:
        X -
        Y -
        Parameters:
        languageA -
        languageB -
        distanceMatrix -
        parameters -
        canceller -
        Returns:
        reallocation matrix, distance, and the clone of the distance matrix
        Throws:
        java.lang.InterruptedException