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": "predict_outcome",
  "provenance": {
    "paper": "Outcome-Oriented Predictive Process Monitoring: Review and Benchmark",
    "citation": "Teinemaa, I., Dumas, M., La Rosa, M., Maggi, F.M. (2019). Outcome-Oriented Predictive Process Monitoring: Review and Benchmark. ACM TKDD 13(2).",
    "locus": "Section 2, outcome prediction definition",
    "extraction": "verbatim"
  },
  "input": {
    "log": "wasm4pm/tests/fixtures/running-example.xes"
  },
  "expected": {
    "value": "outcomes=2",
    "description": "Running example has 2 distinct case outcomes: reject request and pay compensation"
  }
}