Skip to main content

dfg

process_mining::discovery::object_centric::dfg

Functions in this Module(1)

get_dfg_of_object_type

Get the directly-follows graph (DFG) for objects of the given object type.
Each entry is ((from_activity, to_activity), count), counting adjacent pairs in each
object's timestamp-ordered activity trace. Sorted by count descending, ties broken by
(from_activity, to_activity).
Source
fn get_dfg_of_object_type(ocel*: SlimLinkedOCEL, ob_type*: String)Vec<((String, String), i64<uint>)>

Arguments

Returns

import r4pm
ocel = r4pm.import_item('SlimLinkedOCEL','path/to/file')

res = r4pm.bindings.get_dfg_of_object_type(ocel, 'order')