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