wasm4pm 26.7.1

High-performance process mining algorithms in WebAssembly for JavaScript/TypeScript
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "algorithm": "optimized_dfg",
  "provenance": {
    "paper": "Process Mining: Data Science in Action",
    "citation": "van der Aalst, W.M.P. (2016). Process Mining: Data Science in Action. Springer. Ch 4.",
    "locus": "Chapter 4 — Directly-Follows Graph; optimized variant preserves same graph structure as standard DFG",
    "extraction": "verbatim"
  },
  "input": {
    "log": "wasm4pm/tests/fixtures/running-example.xes"
  },
  "expected": {
    "value": "activities=8,edges=10",
    "description": "Optimized DFG on running-example has 8 activity nodes and 10 directly-follows edges after score-threshold filtering (fitness_weight=1.0, simplicity_weight=1.0, score>0.1 gate removes low-frequency edges)"
  }
}