AutomatedProcessImprovement / log-distance-measures

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

Refactor metrics to comply with the BPM script #13

Closed david-chapela closed 1 year ago

david-chapela commented 1 year ago

The metrics implemented as part of the package are only done using the 1-WD, not the EMD.

Refactor them, so the implementation allows for both EMD and 1-WD (as the script prepared for BPM).