Class Mtrace_iat2countsKt

    • 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 Matrix mtrace_iat2counts(DoubleArray T, IntArray A, Double scale) Computes the per-class counting processes of T, i.e., the counts after "scale" units of time from an arrival.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mtrace_iat2counts

         final static Matrix mtrace_iat2counts(DoubleArray T, IntArray A, Double scale)

        Computes the per-class counting processes of T, i.e., the counts after "scale" units of time from an arrival.

        Parameters:
        T - inter-arrival times
        A - class labels
        scale - time after an arrival
        Returns:

        matrix where column k is the counting process for class k