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": "ocel_encode",
  "provenance": {
    "paper": "Object-Centric Process Mining: Dealing with Divergence and Convergence in Process Execution",
    "citation": "van der Aalst, W.M.P. (2019). Object-Centric Process Mining: Dealing with Divergence and Convergence in Process Execution. ICSOC 2019. Section 5.",
    "locus": "Section 5, feature encoding",
    "extraction": "verbatim"
  },
  "input": {
    "log": "wasm4pm/tests/fixtures/running-example.json"
  },
  "expected": {
    "value": "features_encoded",
    "description": "The OCEL log is successfully encoded into a feature matrix; non-empty matrix output confirms encoding completed without error"
  }
}