連結多重觀點

R 商業流程分析

Gert Janssenswillen

Creator of bupaR

重點回顧

R 商業流程分析

運用不同粒度層級

<process_metric>(level =    "log",
                            "trace",
                            "case",
                            "activity",
                            "resource",
                            "resource-activity")
  • 效能 <> 組織層級
processing_time(level = "resource")
  • 控制流程 <> 組織層級
number_of_repetitions(level = "resource")
R 商業流程分析

資料分組

R 商業流程分析

資料分組

R 商業流程分析

資料分組

R 商業流程分析

資料分組

R 商業流程分析

資料分組:範例

R 商業流程分析

元素組合

R 商業流程分析

元素組合

eventlog %>%
    group_by(priority) %>%
    number_of_repetitions(level = "resource") %>%
    plot()
R 商業流程分析

一起來練習吧!

R 商業流程分析

Preparing Video For Download...