Package jline.api.trace
Class Mtrace_splitKt
-
- All Implemented Interfaces:
public final class Mtrace_splitKt
-
-
Method Summary
Modifier and Type Method Description final static Array<DoubleArray>mtrace_split(DoubleArray T, IntArray L)Given a multi-class trace with inter-arrivals T and labels L, creates the separate per-class traces. -
-
Method Detail
-
mtrace_split
final static Array<DoubleArray> mtrace_split(DoubleArray T, IntArray L)
Given a multi-class trace with inter-arrivals T and labels L, creates the separate per-class traces. In each per-class trace the inter-arrivals are inter-arrivals between events of the same class.
- Parameters:
T- vector of inter-arrival timesL- vector of class labels- Returns:
array where the c-th element contains the vector of inter-arrival times for class c
-
-
-
-