Class Mtrace_splitKt

    • 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 Array<DoubleArray> mtrace_split(DoubleArray T, IntArray L) Given a multi-class trace with inter-arrivals T and labels L, creates the separate per-class traces.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mtrace_split

         final static Array<DoubleArray> mtrace_split(DoubleArray T, IntArray L)

        Given a multi-class trace with inter-arrivals T and labels L, creates the separate per-class traces. In each per-class trace the inter-arrivals are inter-arrivals between events of the same class.

        Parameters:
        T - vector of inter-arrival times
        L - vector of class labels
        Returns:

        array where the c-th element contains the vector of inter-arrival times for class c