Business Process Analytics với R
Gert Janssenswillen
Creator of bupaR
Thực thể hoạt động = lần xuất hiện của một hoạt động
event_data %>%
eventlog(case_id = "patient",
activity_id = "handling",
activity_instance_id = "handling_id",
timestamp = "time",
lifecycle_id = "registration_type",
resource = "employee")
Business Process Analytics với R