pm4py.statistics.overlap.utils.compute module#
- class pm4py.statistics.overlap.utils.compute.Parameters(*values)[source]#
Bases:
Enum- EPSILON = 'epsilon'#
- pm4py.statistics.overlap.utils.compute.apply(points: List[Tuple[float, float]], parameters: Dict[str | Parameters, Any] | None = None) List[int][source]#
Computes the overlap statistic given a list of points, expressed as (min_timestamp, max_timestamp)
- Parameters:
points – List of points with the aforementioned features
parameters – Parameters of the method, including: - Parameters.EPSILON
- Returns:
List associating to each point the number of intersecting points
- Return type:
overlap