Skip to main content

activity_projection

process_mining::core::event_data::case_centric::utils::activity_projection

Functions in this Module(1)

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
Source
fn log_to_activity_projection(log*: EventLog)EventLogActivityProjection

Arguments

Returns

import r4pm
log = r4pm.import_item('EventLog','path/to/file')

res = r4pm.bindings.log_to_activity_projection(log)