Package jline.api.mam.m3pp
Class M3pp_interleave_fitc_traceKt
-
- All Implemented Interfaces:
public final class M3pp_interleave_fitc_traceKt
-
-
Method Summary
Modifier and Type Method Description 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. -
-
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 timesclassLabels- Array of class labels corresponding to each arrivalt- 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)
-
-
-
-