Class PartialOrderSequenceCut
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.partialorder.PartialOrderSequenceCut
-
public class PartialOrderSequenceCut extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PartialOrderSequenceCut()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static gnu.trove.list.TIntList[]findCut(int[] partialOrder)static booleanmergeGroupsOf(int[] eventIndex2group, int eventIndexA, int eventIndexB)static gnu.trove.list.TIntList[]toPartition(int numberOfEvents, int numberOfGroups, int[] eventIndex2groupNumber)
-
-
-
Method Detail
-
findCut
public static gnu.trove.list.TIntList[] findCut(int[] partialOrder)
-
toPartition
public static gnu.trove.list.TIntList[] toPartition(int numberOfEvents, int numberOfGroups, int[] eventIndex2groupNumber)
-
mergeGroupsOf
public static boolean mergeGroupsOf(int[] eventIndex2group, int eventIndexA, int eventIndexB)
-
-