log_to_activity_projection
Convert an EventLog into an EventLogActivityProjection
All traces with the same activity sequence are aggregated into one trace with a frequency count
All traces with the same activity sequence are aggregated into one trace with a frequency count
Arguments
Returns
import r4pm
log = r4pm.import_item('EventLog','path/to/file')
res = r4pm.bindings.log_to_activity_projection(log)