Class Infer_get_qlen_arrivalKt

    • 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 List<Matrix> infer_get_qlen_arrival(Array<Array<DoubleArray>> data, Integer K) Compute queue lengths at arrival from legacy cell data format.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • infer_get_qlen_arrival

         final static List<Matrix> infer_get_qlen_arrival(Array<Array<DoubleArray>> data, Integer K)

        Compute queue lengths at arrival from legacy cell data format.

        Wrapper around infer_compute_ql_at_arrival for the legacy cell-based data format. datak contains arrival times (in ms) and datak contains response times for class k.

        Parameters:
        data - cell array in standard format: dataclass, datak = arrival times (ms), datak = response times (s)
        K - number of classes
        Returns:

        list of K matrices, each numSamples(k) x K