View source: R/causal_bindings.R
causal_bindings | R Documentation |
Computes the input- and output bindings for use in a causal map. Several heuristics may be used to determine
the activities that are activated or consumed by an event. The Flexible Heuristic Miner (FHM) paper describes
a heuristic that looks ahead (or looks back) until the end of the trace and determines those activities as activated
for which no other cause (activity in a causal dependency) is found. This approach is implemented as type nearest
.
causal_bindings(eventlog, dependencies, type = c("nearest"))
eventlog |
The bupaR event log. |
dependencies |
A dependency matrix obtained, for example, through |
type |
The heuristic used to determine the bindings. Currently only |
A data frame
causal_bindings(L_heur_1,
dependencies = dependency_matrix(L_heur_1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.