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": "alpha_sharp",
  "provenance": {
    "paper": "van der Aalst, W.M.P. (2016). Process Mining: Data Science in Action. Springer. Ch 6 — Alpha+++ (Alpha#) extension handling length-one and length-two loops.",
    "locus": "Chapter 6 — Alpha# miner; structural extension of Alpha++ for short loops",
    "extraction": "computed"
  },
  "input": {
    "log": "wasm4pm/tests/fixtures/running-example.xes"
  },
  "expected": {
    "value": "transitions_nonneg",
    "min": 1,
    "rationale": "Alpha# discovers at least one transition from the running-example log. Not imported; structural assertion only."
  }
}