experanto.intervals.find_intersection_across_arrays_of_intervals

find_intersection_across_arrays_of_intervals(intervals_array)[source]

Find the common intersection across multiple interval arrays.

Parameters:

intervals_array (list of list of TimeInterval) – Multiple sets of intervals.

Returns:

Intervals where all input arrays overlap.

Return type:

list of TimeInterval