AutomatedProcessImprovement / log-distance-measures

Python package with event log distance and similarity metrics
Apache License 2.0
5 stars 1 forks source link

Implement Active Cases Over Time (WiP) Distance #12

Closed david-chapela closed 1 year ago

david-chapela commented 1 year ago

EMD between the distribution of active cases over time of two event logs. To get this distribution, the number of active cases at the beginning of each hour (from the whole logs timespans) are computed.

Consider making the window (hour) parametrized, by default hour, but it can be minute, day, 2-hour, etc.