pm4py.statistics.overlap.cases.log.get module#

class pm4py.statistics.overlap.cases.log.get.Parameters(*values)[source]#

Bases: Enum

TIMESTAMP_KEY = 'pm4py:param:timestamp_key'#
START_TIMESTAMP_KEY = 'pm4py:param:start_timestamp_key'#
pm4py.statistics.overlap.cases.log.get.apply(log: EventLog, parameters: Dict[str | Parameters, Any] | None = None) List[int][source]#

Computes the case overlap statistic from an interval event log

Parameters:
  • log – Interval event log

  • parameters – Parameters of the algorithm, including: - Parameters.TIMESTAMP_KEY => attribute representing the completion timestamp - Parameters.START_TIMESTAMP_KEY => attribute representing the start timestamp

Returns:

List associating to each case the number of open cases during the life of a case

Return type:

case overlap