get_dfg_of_object_type
Get the directly-follows graph (DFG) for objects of the given object type.
Each entry is
object's timestamp-ordered activity trace. Sorted by count descending, ties broken by
Each entry is
((from_activity, to_activity), count), counting adjacent pairs in eachobject's timestamp-ordered activity trace. Sorted by count descending, ties broken by
(from_activity, to_activity).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')