프로세스마이닝 정리
#role of a token
- physical object - product, part, drug
- information object - message, signal
- collection - warehouse with parts
#role of a place
- communication medium - telephone line, middleman
- buffer -queue or post bin
- state condition
transition
- event - starting an operation, a change seasons
- transformation of an object - updating a database
- transport
network structures
- Causality
- Parallelism(AND-split,AND-join)
- Choice(XOR-split,XOR-join)
- Iteration(XOR-join,XOR-split)
#getting the data
- process model - event logs
- discovery
- conformance
- enhancement
log
- process consists of cases
- a case consists of events
- events are ordered
- events can have attributes
- attribute names are activity,time,costs,and resource
XES(eXtensible Event Stream)
- predecessor : MXML
- tools such as ProM
XES Schema
- event -> Trace -> Log
challenges when extracting event logs
- correlation
- timestams
- snapshots
- scoping
process discovery = play-in
- play in -> event log => process model
- play out -> process modle => event log
- replay -> event log => process model (predictions,recommendations)
challenges - evaluating the discovered process
- Fitness
- Precision -> avoid underfitting
- generalization -> avoid overfitting
- simplicity
relations
- causality -> x->y iff x>y and not y>x
-
parallel -> x y iff x>y and y>x - choice -> x#y iff not x>y and not y>x
#a-algorithm prtri-net 도출 알고리즘
- TI -> 시작 transition
- TO -> 종류
프로세스 마이닝 정의
- 프로세스를 도출하고, 모니터링하며, 개선하기 위해 이벤트 로그로부터 유용한 지식을 추출하는 기법입니다
BPM라이프사이클 7단계
-
구현 단계를 제외한 모든 단계에 활용할 수 있다
-
재설계 -> 분석 -> 구현 ->재구성 -> 실행 -> 조정 -> 진단 -> 재설계
프로세스 마이닝 프로젝트 수행 5단계
- 계획 및 타당성 평가
- 추출
- 프로세스 흐름 모델 도출
- 이벤트 로그 연결
- 통합 프로세스 모델 생성
- 운영 지원