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": "detect_drift",
  "provenance": {
    "paper": "Handling Concept Drift in Process Mining",
    "citation": "Bose, R.P.J.C., van der Aalst, W.M.P., Zliobaite, I., Pechenizkiy, M. (2011). Handling Concept Drift in Process Mining. CAiSE 2011.",
    "locus": "Section 3, drift detection algorithm",
    "extraction": "verbatim"
  },
  "input": {
    "log": "wasm4pm/tests/fixtures/running-example.xes"
  },
  "expected": {
    "value": "drift_points=0",
    "description": "Clean running example log with uniform behavior yields no concept drift change points"
  }
}