Class PartialOrderSequenceCut


  • public class PartialOrderSequenceCut
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static gnu.trove.list.TIntList[] findCut​(int[] partialOrder)  
      static boolean mergeGroupsOf​(int[] eventIndex2group, int eventIndexA, int eventIndexB)  
      static gnu.trove.list.TIntList[] toPartition​(int numberOfEvents, int numberOfGroups, int[] eventIndex2groupNumber)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PartialOrderSequenceCut

        public PartialOrderSequenceCut()
    • 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)