Class Infer_get_qlen_arrival

java.lang.Object
jline.inference.api.Infer_get_qlen_arrival

public final class Infer_get_qlen_arrival extends Object
  • Method Details

    • infer_get_qlen_arrival

      public static List<Matrix> infer_get_qlen_arrival(double[][][] data, int 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. data[3][k] contains arrival times (in ms) and data[4][k] contains response times for class k.
      Parameters:
      data - cell array in standard format: data[row][class], data[3][k] = arrival times (ms), data[4][k] = response times (s)
      K - number of classes
      Returns:
      list of K matrices, each numSamples(k) x K