Package jline.api.trace
Class Mtrace_mergeKt
-
- All Implemented Interfaces:
public final class Mtrace_mergeKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<DoubleArray, IntArray>mtrace_merge(DoubleArray t1, DoubleArray t2)Merges two traces in a single marked (multiclass) trace -
-
Method Detail
-
mtrace_merge
final static Pair<DoubleArray, IntArray> mtrace_merge(DoubleArray t1, DoubleArray t2)
Merges two traces in a single marked (multiclass) trace
- Parameters:
t1- inter-arrival times of the first tracet2- inter-arrival times of the second trace- Returns:
pair of (inter-arrival times of marked process, labels of marked process)
-
-
-
-