Class M3pp_interleave_fitc_traceKt

    • 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
    • Constructor Detail

    • Method Detail

      • m3pp_interleave_fitc_trace

         final static Pair<MatrixCell, List<MatrixCell>> m3pp_interleave_fitc_trace(DoubleArray interArrivalTimes, IntArray classLabels, Double t, Double tinf, Array<BooleanArray> mapping)

        Interleaves k M3PP to fit a multi-class trace with m classes.

        Parameters:
        interArrivalTimes - Array of inter-arrival times
        classLabels - Array of class labels corresponding to each arrival
        t - Finite time scale (optional, computed from trace if not provided)
        tinf - Near-infinite time scale (optional, computed from trace if not provided)
        mapping - m x k binary matrix mapping the m classes to k m3pp (optional, computed if not provided)
        Returns:

        Pair of (fitted MMAP, list of component M3PPs)