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": "handover_network",
  "provenance": {
    "paper": "Discovering Social Networks from Event Logs",
    "citation": "van der Aalst, W.M.P., Reijers, H.A., Song, M. (2005). Discovering Social Networks from Event Logs. CSCW 14(6).",
    "locus": "Table 2, handover-of-work metric",
    "extraction": "verbatim"
  },
  "input": {
    "log": "wasm4pm/tests/fixtures/running-example.xes"
  },
  "expected": {
    "value": "resources=6",
    "description": "The handover-of-work social network spans 6 unique resources: Pete, Mike, Ellen, Sara, Sean, and Sue (all org:resource values in running-example.xes)"
  }
}