Class Mtrace_mergeKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Pair<DoubleArray, IntArray> mtrace_merge(DoubleArray t1, DoubleArray t2) Merges two traces in a single marked (multiclass) trace
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mtrace_merge

         final static Pair<DoubleArray, IntArray> mtrace_merge(DoubleArray t1, DoubleArray t2)

        Merges two traces in a single marked (multiclass) trace

        Parameters:
        t1 - inter-arrival times of the first trace
        t2 - inter-arrival times of the second trace
        Returns:

        pair of (inter-arrival times of marked process, labels of marked process)