slim_link_ocel
Convert an OCEL to an SlimLinkedOCEL
Arguments
Returns
import r4pm
ocel = r4pm.import_item('OCEL','path/to/file')
res = r4pm.bindings.slim_link_ocel(ocel)
process_mining::bindings
import r4pm
ocel = r4pm.import_item('OCEL','path/to/file')
res = r4pm.bindings.slim_link_ocel(ocel)
import r4pm
ocel = r4pm.import_item('OCEL','path/to/file')
res = r4pm.bindings.index_link_ocel(ocel)
import r4pm
ocel = r4pm.import_item('SlimLinkedOCEL','path/to/file')
res = r4pm.bindings.num_events(ocel)
import r4pm
ocel = r4pm.import_item('SlimLinkedOCEL','path/to/file')
res = r4pm.bindings.ocel_type_stats(ocel)
import r4pm
ocel = r4pm.import_item('SlimLinkedOCEL','path/to/file')
res = r4pm.bindings.num_objects(ocel)
and this code.