How To Discover Episodes In An Event Log
|
|
|
- Allen Scott
- 5 years ago
- Views:
Transcription
1 Discovery of Frequent Episodes in Event Logs Maikel Leemans and Wil M.P. van der alst Eindhoven University of Technology, P.O. ox 53, 56 M, Eindhoven, The Netherlands. bstract. Lion s share of process mining research focuses on the discovery of end-to-end process models describing the characteristic behavior of observed cases. The notion of a process instance (i.e., the case) plays an important role in process mining. Pattern mining techniques (such as frequent itemset mining, association rule learning, sequence mining, and traditional episode mining) do not consider process instances. n episode is a collection of partially ordered events. In this paper, we present a new technique (and corresponding implementation) that discovers frequently occurring episodes in event logs thereby exploiting the fact that events are associated with cases. Hence, the work can be positioned in-between process mining and pattern mining. Episode discovery has its applications in, amongst others, discovering local patterns in complex processes and conformance checking based on partial orders. We also discover episode rules to predict behavior and discover correlated behaviors in processes. We have developed a ProM plug-in that exploits efficient algorithms for the discovery of frequent episodes and episode rules. Experimental results based on real-life event logs demonstrate the feasibility and usefulness of the approach. Introduction Process mining provides a powerful way to analyze operational processes based on event data. Unlike classical purely model-based approaches (e.g., simulation and verification), process mining is driven by raw observed behavior instead of assumptions or aggregate data. Unlike classical data-driven approaches, process mining is truly process-oriented and relates events to high-level end-to-end process models []. In this paper, we use ideas inspired by episode mining [2] and apply these to the discovery of partially ordered sets of activities in event logs. Event logs serve as the starting point for process mining. n event log can be viewed as a multiset of traces []. Each trace describes the life-cycle of a particular case (i.e., a process instance) in terms of the activities executed. Often event logs store additional information about events, e.g., the resource (i.e., person or device) executing or initiating the activity, the timestamp of the event, or data elements (e.g., cost or involved products) recorded with the event. Each trace in the event log describes the life-cycle of a case from start to completion. Hence, process discovery techniques aim to transform these event logs into end-to-end process models. Often the overall end-to-end process model is rather complicated because of the variability of real life processes. This results in Spaghetti-like diagrams. Therefore, it is interesting to also search for more local patterns in the event log using episode discovery while still exploiting the notion of process instances. nother useful application of episode discovery is conformance checking based on partial orders [3].
2 Since the seminal papers related to the priori algorithm [4, 5, 6], many pattern mining techniques have been proposed. These techniques do not consider the ordering of events [4] or assume an unbounded stream of events [5, 6] without considering process instances. Mannila et al. [2] proposed an extension of sequence mining [5, 6] allowing for partially ordered events. n episode is a partially ordered set of activities and it is frequent if it is embedded in many sliding time windows. Unlike in [2], our episode discovery technique does not use an arbitrary sliding window. Instead, we exploit the notion of process instances. lthough the idea is fairly straightforward, as far as we know, this notion of frequent episodes was never applied to event logs. Numerous applications of process mining to real-life event logs illustrate that concurrency is a key notion in process discovery [, 7, 8]. One should avoid showing all observed interleavings in a process model. First of all, the model gets too complex (think of the classical state-explosion problem ). Second, the resulting model will be overfitting (typically one sees only a fraction of the possible interleavings). This makes the idea of episode mining particularly attractive. The remainder of this paper is organized as follows. Section 2 positions the work in existing literature. The novel notion of episodes and the corresponding rules are defined in Section 3. Section 4 describes the algorithms and corresponding implementation in the process mining framework ProM. The approach and implementation are evaluated in Section 5 using several publicly available event logs. Section 6 concludes the paper. 2 Related Work The notion of frequent episode mining was first defined by Mannila et al. [2]. In their paper, they applied the notion of frequent episodes to (large) event sequences. The basic pruning technique employed in [2] is based on the frequency of episodes in an event sequence. Mannila et al. considered the mining of serial and parallel episodes separately, each discovered by a distinct algorithm. Laxman and Sastry improved on the episode discovery algorithm of Mannila by employing new frequency calculation and pruning techniques [9]. Experiments suggest that the improvement of Laxman and Sastry yields a 7 times speedup factor on both real and synthetic datasets. Related to the discovery of episodes or partial orders is the discovery of end-to-end process models able to capture concurrency explicitly. The α algorithm [] was the first process discovery algorithm adequately handling concurrency. Many other discovery techniques followed, e.g., heuristic mining [] able to deal with noise and low-frequent behavior. The HeuristicsMiner is based on the notion of causal nets (-nets). Several variants of the α algorithm have been proposed [2, 3]. Moreover, completely different approaches have been proposed, e.g., the different types of genetic process mining [4, 5], techniques based on state-based regions [6, 7], and techniques based on language-based regions [8, 9]. nother, more recent, approach is inductive process mining where the event log is split recursively [2]. The latter technique always produces a block-structured and sound process model. ll the discovery techniques mentioned are able to uncover concurrency based on example behavior in the log. dditional feature comparisons are summarised in Table. The episode mining technique presented in this paper is based on the discovery of frequent item sets. well-known algorithm for mining frequent item sets and association rules is the priori algorithm by grawal and Srikant [4]. One of the
3 pitfalls in association rule mining is the huge number of solutions. One way of dealing with this problem is the notion of representative association rules, as described by Kryszkiewicz [2]. This notion uses user specified constraints to reduce the number of similar results. oth sequence mining [5, 6] and episode mining [2] can be viewed as extensions of frequent item set mining. Exploits process instances Mines end-to-end model Soundness guaranteed Sequence hoice oncurrency Silent (tau) transitions Duplicate ctivities grawal, Sequence mining [4] - - n.a Manilla, Episode mining [2] - - n.a Leemans M., Episode discovery + - n.a Van der alst, α-algorithm [] Weijters, Heuristics mining [] De Medeiros, Genetic mining [4, 5] Solé, State Regions [6, 7] ergenthum, Language Regions [8, 9] Leemans S.J.J., Inductive [2] Table. Feature comparison of discussed discovery algorithms 3 Event Logs, Episodes, and Episode Rules This section defines basic notions such as event logs, episodes and rules. Note that our notion of episodes is different from the notion in [2] which does not consider process instances. 3. Event Logs ctivities and Traces Let be the alphabet of activities. trace is a list (sequence) T =,..., n of activities i occurring at time index i relative to the other activities in T. Event log n event log L = [T,..., T m ] is a multiset of traces T i. Note that the same trace may appear multiple times in an event log. Each trace corresponds to an execution of a process, i.e., a case or process instance. In this simple definition of an event log, an event refers to just an activity. Often event logs store additional information about events, such as timestamps. 3.2 Episodes Episode n episode is a partial ordered collection of events. Episodes are depicted using the transitive reduction of directed acyclic graphs, where the nodes represent events, and the edges imply the partial order on events. Note that the presence of an edge implies serial behavior. Figure shows the transitive reduction of an example episode.
4 Formally, an episode α = (V,, g) is a triple, where V is a set of events (nodes), is a partial order on V, and g : V is a left-total function from events to activities, thereby labelling the nodes/events [2]. For two vertices u, v V we have u < v iff u v and u v. In addition, we define G to be the multiset of activities/labels used: G = [ g(v) v V ]. Note that if V, then we got an singleton or empty episode. For the rest of this paper, we ignore empty episodes. We call an episode parallel when =. ( ) () () ( 2) D (D) Fig.. Shown is the transitive reduction of the partial order for an example episode. The circles represent nodes (events), with the activity labelling imposed by g inside the circles, and an event ID beneath the nodes in parenthesis. In this example, events and can happen in parallel (as can 2 and D), but event can only happen after both and have occurred. Subepisode and Equality n episode β = (V,, g ) is a subepisode of α = (V,, g), denoted β α, iff there is an injective mapping f : V V such that: ( v V : g (v) = g(f(v))) ( v, w V v w : f(v) f(w)) n episode β equals episode α, denoted β = α iff β α α β. n episode β is a strict subepisode of α, denoted β α, iff β α β α. Episode construction Two episodes α = (V,, g) and β = (V,, g ) can be merged to construct a new episode γ = (V,, g ). α β is the smallest γ (i.e., smallest sets V and ) such that α γ and β γ. s shown below, such an episode γ always exists. The smallest sets criteria implies that every event v V and ordered pair v, w V v w must have a witness in α and/or β. Formally, γ = α β iff there exists injective mappings f : V V and f : V V such that: G = G G = { (f(v), f(w)) (v, w) } { (f (v), f (w)) (v, w) } activity witness order witness Occurrence n episode α = (V,, g) occurs in an event trace T =,..., n, denoted α T, iff there exists an injective mapping h : V {,.., n} such that: ( v V : g(v) = h(v) ) ( v, w V v w : h(v) h(w)) In Figure 2 an example of an event to trace map h for occurrence checking is given.
5 Event indices: Trace: D D ( ) ( 2) ( ) ( 2) Episode: () () D (D) () () D (D) Mapping Mapping 2 Fig. 2. Shown are two possible mappings h (the dotted arrows) for checking occurrence of the example episode in a trace. The shown graphs are the transitive reduction of the partial order of the example episode. Note that with the left mapping (Mapping ) also an episode with the partial order < occurs in the given trace, in the right mapping (Mapping 2 ) the same holds for an episode with the partial order <. Frequency The frequency freq(α) of an episode α in an event log L = [T,..., T m ] is defined as: freq(α) = [ T i T i L α T i ] L Given a frequency threshold minfreq, an episode α is frequent iff freq(α) minfreq. During the actual episode discovery, we use the fact given in Lemma. Lemma (Frequency and subepisodes). If an episode α is frequent in an event log L, then all subepisodes β with β α are also frequent in L. Formally, we have for a given α: ( β α : freq(β) freq(α)) ctivity Frequency The activity frequency ctfreq() of an activity in an event log L = [T,..., T m ] is defined as: ctfreq() = [ T i T i L T i ] L Given a frequency threshold minctfreq, an activity is frequent iff ctfreq() minctfreq. Trace Distance Given episode α = (V,, g) occurring in an event trace T =,..., n, as indicated by the event to trace map h : V {,.., n}. Then the trace distance tracedist(α, T ) is defined as: tracedist(α, T ) = max { h(v) v V } min { h(v) v V } In Figure 2, the left mapping yields tracedist(α, T ) = 6 = 5, and the right mapping yields tracedist(α, T ) = 6 2 = 4.
6 Given a trace distance interval [mintracedist, maxtracedist], an episode α is accepted in trace T with respect to the trace distance interval iff mintracedist tracedist(α, T ) maxtracedist. Informally, the conceptual idea behind a trace distance interval is that we are interested in a partial order on events occurring relatively close in time. 3.3 Episode Rules Episode rule n episode rule is an association rule β α with β α stating that after seeing β, then likely the larger episode α will occur as well. The confidence of the episode rule β α is given by: conf (β α) = freq(α) freq(β) Given a confidence threshold minonf, an episode rule β α is valid iff conf (β α) minonf. During the actual episode rule discovery, we use Lemma 2. Lemma 2 (onfidence and subepisodes). If an episode rule β α is valid in an event log L, then for all episodes β with β β α the event rule β α is also valid in L. Formally: ( β β α : conf (β α) conf (β α)) Episode rule magnitude Let the graph size size(α) of an episode α be denoted as the sum of the nodes and edges in the transitive reduction of the episode. The magnitude of an episode rule is defined as: mag(β α) = size(β) size(α) Intuitively, the magnitude of an episode rule β α represents how much episode α adds to or magnifies episode β. The magnitude of an Episode rule allows smart filtering on generated rules. Typically, an extremely low (approaching zero) or high (approaching one) magnitude indicates a trivial episode rule. 4 Realization The definitions and insights provided in the previous section have been used to implement a episode (rule) discovery plug-in in ProM. To be able to analyze real-life event logs, we need efficient algorithms. These are described next. Notation: in the listed algorithms, we will reference to the elements of an episode α = (V,, g) as α.v, α. and α.g.
7 4. Frequent Episode Discovery Discovering frequent episodes is done in two phases. The first phase discovers parallel episodes (i.e., nodes only), the second phase discovers partial orders (i.e., adding the edges). The main routine for discovering frequent episodes is given in lgorithm. lgorithm : Episodes discovery Input: n event log L, an activity alphabet, a frequency threshold minfreq. Output: set of frequent episodes Γ Description: Two-phase episode discovery. Each phase alternates by generating new candidate episodes ( l ), and recognizing frequent candidates in the event log (F l ). Proof of termination: Note that candidate episode generation with F l = will yield l =. Since each iteration the generated episodes become strictly larger (in terms of V and ), eventually the generated episodes cannot occur in any trace. Therefore, always eventually F l =, and thus we will always terminate. EpisodeDiscovery(L,, minfreq) () Γ = (2) // Phase : discover parallel episodes (3) l = // Tracks the number of nodes (4) l = { (V, =, g = {v a}) V = v V a } (5) while l (6) F l = RecognizeFrequentEpisodes(L, l, minfreq) (7) Γ = Γ F l (8) l = GenerateandidateParallel(l, F l ) (9) l = l + () // Phase 2: discover partial orders () l = // Tracks the number of edges (2) l = { (V = γ.v, = {(v, w)}, g = γ.g) γ Γ v, w γ.v v w } (3) while l (4) F l = RecognizeFrequentEpisodes(L, l, minfreq) (5) Γ = Γ F l (6) l = GenerateandidateOrder(l, F l ) (7) l = l + (8) return Γ 4.2 Episode andidate Generation The generation of candidate episodes for each phase is an adaptation of the well-known priori algorithm over an event log. Given a set of frequent episodes F l, we can construct a candidate episode γ by combining two partially overlapping episodes α and β from F l. Note that this implements the episode construction operation γ = α β. For phase, we have F l contains frequent episodes with l nodes and no edges. candidate episode γ will have l + nodes, resulting from episodes α and β that overlap on the first l nodes. This generation is implemented by lgorithm 2. For phase 2, we have F l contains frequent episodes with l edges. candidate episode γ will have l + edges, resulting from episodes α and β that overlap on the first l edges and have the same set of nodes. This generation is implemented by lgorithm 3. Note that, formally, the partial order is the transitive closure of the set of edges being constructed, and that the edges are really only the transitive reduction of this partial order.
8 lgorithm 2: andidate episode generation Parallel Input: set of frequent episodes F l with l nodes. Output: set of candidate episodes l+ with l + nodes. Description: Generates candidate episodes γ by merging overlapping episodes α and β (i.e., γ = α β). For parallel episodes, overlapping means: sharing l nodes. GenerateandidateParallel(l, F l ) () l+ = (2) for i = to F l (3) for j = i to F l (4) α = F l [i] (5) β = F l [j] (6) if i l 2 : α.g(α.v [i]) = β.g(β.v [i]) (7) γ = (V = (α.v [.. l ] β.v [l ]), =, g = α.g β.g) (8) l+ = l+ {γ} (9) else () break () return l+ lgorithm 3: andidate episode generation Partial order Input: set of frequent episodes F l with l edges. Output: set of candidate episodes l+ with l + edges. Description: Generates candidate episodes γ by merging overlapping episodes α and β (i.e., γ = α β). For partial order episodes, overlapping means: sharing all nodes and l edges. GenerateandidateOrder(l, F l ) () l+ = (2) for i = to F l (3) for j = i + to F l (4) α = F l [i] (5) β = F l [j] (6) if α.v = β.v α.g = β.g α. [.. l 2] = β. [.. l 2] (7) γ = (V = α.v, = (α.e[.. l ] β.e[l ]), g = α.g) (8) l+ = l+ {γ} (9) else () break () return l+ 4.3 Frequent Episode Recognition In order to check if a candidate episode α is frequent, we check if freq(α) minfreq. The computation of freq(α) boils down to counting the number of traces T with α T. lgorithm 4 recognizes all frequent episodes from a set of candidate episodes using the above described approach. Note that for both parallel and partial order episodes we can use the same recognition algorithm. lgorithm 4: Recognize frequent episodes Input: n event log L, a set of candidate episodes l, a frequency threshold minfreq. Output: set of frequent episodes F l Description: Recognizes frequent episodes, by filtering out candidate episodes that do not occur frequently in the log. Note: If F l =, then l =. RecognizeFrequentEpisodes(L, l, minfreq) () support = [,..., ] with support = l (2) foreach T L (3) for i = to l (4) if Occurs( l [i], T ) then support[i] = support[i] + (5) F l = (6) for i = to l (7) if support[i] L (8) return F l minfreq then F l = F l { l [i]}
9 hecking whether an episode α occurs in a trace T =,..., n is done via checking the existence of the mapping h : α.v {,.., n}. This results in checking the two propositions shown below. lgorithm 5 implements these checks. hecking whether each node v α.v has a unique witness in trace T. hecking whether the (injective) mapping h respects the partial order indicated by α.. For the discovery of an injective mapping h for a specific episode α and trace T we use the following recipe. First, we declare the class of models H : P(N) such that for each activity a we get the set of indices i at which a = i T. Next, we try all possible models derivable from H. model h : α.v {,.., n} is derived from H by choosing an index i H(f(v)) for each node v α.v. With such a model h, we can perform the actual partial order check against α.. lgorithm 5: This algorithm implements occurrence checking via recursive discovery of the injective mapping h as per the occurrence definition. Input: n episode α, a trace T. Output: True iff α T Description: Implements occurrence checking based on finding an occurrence proof in the form of a mapping h : α.v {,.., n}. Occurs(α = (V,, g), T ) () return checkmodel(α, { a { i a = i T } a }, ) Input: n episode α, a class of mappings H : P(N), and an intermediate mapping h : α.v {,.., n}. Output: True iff there is a mapping h, as per the occurrence definition, derivable from H Description: Recursive implementation for finding h based on the following induction principle: ase case (if -part): Every v V is mapped (v dom h). Step case (else-part): (IH) n vertices are mapped, step by adding a mapping for a vertex v / dom h. (I.e., induction to the number of mapped vertices.) checkmodel(α = (V,, g), H, h) () if v V : v dom h (2) return ( (v, w) : h(v) h(w)) (3) else (4) pick v V with v / dom h (5) return ( i H(g(v)) : checkmodel(α, H[g(v) H(g(v)) \ {i}], h[v i])) 4.4 Pruning Using the pruning techniques described below, we reduce the number of generated episodes (and thereby computation time and memory requirements) and filter out uninteresting results. These techniques eliminate less interesting episodes by ignoring infrequent activities and skipping partial orders on activities with low temporal locality. ctivity Pruning ased on the frequency of an activity, uninteresting episodes can be pruned in an early stage. This is achieved by replacing the activity alphabet by, with ( : ctfreq() minctfreq), on line 4 in lgorithm. This pruning technique allows the episode discovery algorithm to be more resistant to logs with many infrequent activities, which are indicative of exceptions or noise.
10 Trace Distance Pruning The pruning of episodes based on a trace distance interval can be achieved by adding the trace distance interval check to line 2 of lgorithm 5. Note that if there are two or more interpretations for h, with one passing and one rejected by the interval check, then we will find the correct interpretation thanks to the on line Episode Rule Discovery The discovery of episode rules is done after discovering all the frequent episodes. For all frequent episodes α, we consider all frequent subepisodes β with β α for the episode rule β α. For efficiently finding potential frequent subepisodes β, we use the notion of discovery tree, based on episode construction. Each time we recognize a frequent episode β created from combining frequent episodes γ and ε, we recognize β as a child of γ and ε. Similarly, γ and ε are the parents of β. See Figure 3 for an example of a discovery tree. γ β α ε δ Fig. 3. Part of an example discovery tree. Each block denotes an episode. The dashed arrows between blocks denote a parent-child relationship. In this example we have, amongst others: β α, ε β, ε δ and δ α (not shown as a parent-child relation). Using the discovery tree we can walk from an episode α along the discovery parents of α. Each time we find a parent β with β α, we can consider the parents and children of β. s result of Lemma 2, we cannot apply pruning in either direction of the parent-child relation based on the confidence conf (β α). This is easy to see for the child direction. For the parent direction, observe the discovery tree in Figure 3 and δ α. If for episode α we would stop before visiting the parents of β, we would never consider δ (which has δ α). 4.6 Implementation onsiderations We implemented the episode discovery algorithm as a ProM 6 plug-in (see also Figure 4), written in Java. Since the Occurs() algorithm (5) is the biggest bottleneck, this part of the implementation was considerably optimized.
11 5 Evaluation This section reviews the feasibility of the approach using both synthetic and real-life event data. 5. Methodology We ran a series of experiments on two type of event logs. The first event log, bigger-example.xes, is an artificial event log from the hapter 5 of [] and available via The second event log, PI hallenge 22.xes, is a real life event log available via doi:.42/uuid:3926db3-f aebc e9f. For these experiments we used a laptop with a ore i5-357k PU, 8 G RM and Java SE Runtime Environment.7. 7-b (32 bit). 5.2 Performance Results Table 2 some key characteristics for both event logs. We examined the effects of the parameters minfreq, minctfreq and maxtracedist on the running time and the discovered number of episodes. In Figure 4 an indication (screenshots) of the ProM plugin output is given. # traces vg. events/trace Min. events/trace Max. events/trace bigger-example.xes PI hallenge 22.xes Table 2. Metadata for the used event logs (a) Event log: bigger-example.xes minfreq =.5, minctfreq =.5, maxtracedist = 3 (b) Event log: PI hallenge 22 minfreq =.55, minctfreq =.55, maxtracedist = 5 Fig. 4. Screenshots of the results in the ProM plugin. Shown are the transitive reductions of the discovered episodes. Note that in the episodes in Figure 4(a), multiple nodes are allowed to have the same label. s can be seen in all the experiments in Figure 5, we see that the running time is strongly related to the discovered number of episodes. Note that if some parameters
12 are poorly chosen, like high maxtracedist in Figure 5(f), then a relatively large class of episodes seems to become frequent, thus increasing the running time drastically. For a reasonably low number of frequent episodes (< 5, more will a human not inspect), the algorithm turns out to be quite fast (at most a few seconds for the hallenge log). We noted a virtual nonexistent contribution of the parallel episode mining phase to the total running time. This can be explained by a simple combinatorial argument: there are far more partial orders to be considered than there are parallel episodes. n analysis of the effects of changing the minfreq parameter (Figure 5(a), 5(b)) shows that a poorly chosen value results in many episodes. In addition, the minfreq parameter gives us fine-grained control of the number of results. It gradually increases the total number of episodes for lower values. Note that, especially for the hallenge event log, low values for minfreq can dramatically increase the running time. This is due to the large number of candidate episodes being generated. Secondly, note that for the minctfreq parameter (Figure 5(c), 5(d)), there seems to be a cutoff point that separates frequent from infrequent activities. Small changes around this cutoff point may have a dramatic effect on the number of episodes discovered. Finally, for the maxtracedist parameter (Figure 5(e), 5(f)), we see that this parameter seems to have a sweet-spot where a low but not too low number of episodes are discovered. hosen a value for maxtracedist just after this sweet-spot yields a huge number of episodes. When comparing the artificial and real life event logs, we see a remarkable pattern. The artificial event log (bigger-example.xes), shown in Figure 5(a) appears to be far more fine-grained than the real life event log (PI hallenge 22.xes) shown in Figure 5(b). In the real life event log there appears to be a clear distinction between frequent and infrequent episodes. In the artificial event log a more exponential pattern occurs. Most of the increase in frequent episodes, for decreasing minf req, is again in the partial order discovery phase. 5.3 omparison to existing discovery algorithms s noted in the introduction, often the overall end-to-end process models are rather complicated. Therefore, the search for local patterns (i.e., episodes) is interesting. good example of a complicated process is the PI hallenge 22 log. In Figure 6 part of the spaghetti-like process models are shown, as an indication of the complexity. The episodes discovered over same log, depicted in Figure 4(b) gives us a simple and clear insight into important local patterns in the PI hallenge 22 log. Hence, in these spaghetti-like process models, the episode discovery technique allows us to quickly understand the main patterns. 6 onclusion and Future work In this paper, we considered the problem of discovering frequently occurring episodes in an event log. n episode is a collection of events that occur in a given partial order. We presented efficient algorithms for the discovery of frequent episodes and episode rules occurring in an event log, and presented experimental results. Our experimental evaluation shows that the running time is strongly related to the discovered number of episodes. For a reasonably low number of frequent episodes
13 minfreq 3 2 minfreq runtime (a) Parameter: minfreq Event log: PI hallenge 22 minctfreq =.65, maxtracedist = minctfreq (activity frequency) runtime (ms) [95% conf. interval] 4 minctfreq (activity frequency) runtime (c) Parameter: minctfreq Event log: PI hallenge 22 minfreq =.5, maxtracedist = 4 PI_hallenge_22.xes -- maxtracedist maxtracedist (e) runtime (ms) [95% conf. interval] bigger-example.xes -- maxtracedist maxtracedist runtime Parameter: maxtracedist Event log: bigger-example.xes minfreq =.45, minctfreq =.65 runtime (d) Parameter: minctfreq Event log: bigger-example.xes minfreq =.45, maxtracedist = 4 runtime (ms) [95% conf. interval] PI_hallenge_22.xes -- minctfreq bigger-example.xes -- minctfreq 8 runtime (b) Parameter: minfreq Event log: bigger-example.xes minctfreq =.65, maxtracedist = runtime (ms) [95% conf. interval] time (ms) [95% conf. interval] PI_hallenge_22.xes -- minfreq 8 runtime (ms) [95% conf. interval] bigger-example.xes -- minfreq 2 runtime (f) Parameter: maxtracedist Event log: PI hallenge 22 minfreq =.5, minctfreq =.55 Fig. 5. Effects of the parameter on the performance and number of discovered episodes. (< 5, more will a human not inspect), the algorithm turns out to be quite fast (at most a few seconds). The main problem is the correct setting of the episode pruning parameters minfreq, minctfreq, and maxtracedist. During the development of the algorithm for ProM 6, special attention was paid to optimizing the Occurs() algorithm (lgorithm 5) implementation, which proved to be the main bottleneck. Future work could be to prune occurrence checking based on the parents of an episode, leveraging the fact that an episode cannot occur in a trace if a parent also did occur in that trace. nother approach to improve the algorithm is to apply the generic divide and conquer approach for process mining, as defined in [22]. This approach splits the set of activities into a collection of partly overlapping activity sets. For each activity set, the log is projected onto the relevant events, and the regular episode discovery algorithm is applied. In essence, the same trick is applied as used by the minctfreq
14 (a) Event log: PI hallenge 22 Discovery algorithm: α-algorithm []. (b) Event log: PI hallenge 22 Discovery algorithm: []. Fig. 6. Screenshots of results in other ProM plugin. Shown are parts of the Petri-nets mined with the α-algorithm and the heuristics miner. parameter (using an alphabet subset), which is to create a different set of initial -node parallel episodes to start discovering with. The main bottleneck is the frequency computation by checking the occurrence of each episode in each trace. Typically, we have a small amount of episodes to check, but many traces to check against. Using the MapReduce programming model developed by Dean and Ghemawat, we can easily parallelize the episode discovery algorithm and execute it on a large cluster of commodity machines [23]. The MapReduce programming model requires us to define map and reduce functions. The map function, in our case, accepts a trace and produces [episode, trace] pairs for each episode occurring in the given trace. The reduce function accepts an episode plus a list of traces in which that episode occurs, and outputs a singleton list if the episode is frequent, and an empty list otherwise. This way, the main bottleneck of the algorithm is effectively parallelized. References [] van der alst, W.M.P.: Process Mining: Discovery, onformance and Enhancement of usiness Processes. Springer-Verlag, erlin (2) [2] Mannila, H., Toivonen, H., Verkamo,.I.: Discovery of Frequent Episodes in Event Sequences. Data Mining and Knowledge Discovery (3) (997) [3] Lu, X., Fahland, D., van der alst, W.M.P.: onformance checking based on partially ordered event data. To appear in usiness Process Intelligence 24, workshop SS (24) [4] grawal, R., Srikant, R.: Fast lgorithms for Mining ssociation Rules in Large Databases. In: Proceedings of the 2th International onference on Very Large Data ases. VLD 94, San Francisco,, US, Morgan Kaufmann Publishers Inc. (994) [5] grawal, R., Srikant, R.: Mining Sequential Patterns. In: Proceedings of the Eleventh International onference on Data Engineering. IDE 95, Washington, D, US, IEEE omputer Society (995) 3 4 [6] Srikant, R., grawal, R.: Mining Sequential Patterns: Generalization and Performance Improvements. In: Proceedings of the 5th International onference on Extending Database Technology: dvances in Database Technology. EDT 96, London, UK, UK, Springer-Verlag (996) 3 7
15 [7] Lu, X., Mans, R.S., Fahland, D., van der alst, W.M.P.: onformance checking in healthcare based on partially ordered event data. To appear in Emerging Technologies and Factory utomation 24, workshop M2H (24) [8] Fahland, D., van der alst, W.M.P.: Repairing process models to reflect reality. In: Proceedings of the th International onference on usiness Process Management. PM 2, erlin, Heidelberg, Springer-Verlag (22) [9] Laxman, S., Sastry, P.S., Unnikrishnan, K.P.: Fast lgorithms for Frequent Episode Discovery in Event Sequences. In: Proc. 3rd Workshop on Mining Temporal and Sequential Data. (24) [] van der alst, W.M.P., Weijters,.J.M.M., Maruster, L.: Workflow Mining: Discovering Process Models from Event Logs. IEEE Transactions on Knowledge and Data Engineering 6(9) (24) [] Weijters,.J.M.M., van der alst, W.M.P., de Medeiros,.K..: Process Mining with the Heuristics Miner-algorithm. ET Working Paper Series, WP 66, Eindhoven University of Technology, Eindhoven (26) [2] de Medeiros,.K.., van der alst, W.M.P., Weijters,.J.M.M.: Workflow mining: urrent status and future directions. In Meersman, R., Tari, Z., Schmidt,.D., eds.: On The Move to Meaningful Internet Systems 23: oopis, DO, and ODSE. Volume 2888 of Lecture Notes in omputer Science. Springer erlin Heidelberg (23) [3] Wen, L., van der alst, W.M.P., Wang, J., Sun, J.: Mining process models with nonfree-choice constructs. Data Mining and Knowledge Discovery 5(2) (27) 45 8 [4] de Medeiros,.K.., Weijters,.J.M.M., van der alst, W.M.P.: Genetic Process Mining: n Experimental Evaluation. Data Mining and Knowledge Discovery 4(2) (27) [5] uijs, J...M., van Dongen,.F., van der alst, W.M.P.: On the Role of Fitness, Precision, Generalization and Simplicity in Process Discovery. In Meersman, R., Rinderle, S., Dadam, P., Zhou, X., eds.: OTM Federated onferences, 2th International onference on ooperative Information Systems (oopis 22). Volume 7565 of Lecture Notes in omputer Science., Springer-Verlag, erlin (22) [6] Solé, M., armona, J.: Process Mining from a asis of State Regions. In: pplications and Theory of Petri Nets (Petri Nets 2). Volume 628 of Lecture Notes in omputer Science., Springer-Verlag, erlin (2) [7] van der alst, W.M.P., Rubin, V., Verbeek, H.M.W., van Dongen,.F., Kindler, E., Günther,.W.: Process Mining: Two-Step pproach to alance etween Underfitting and Overfitting. Software and Systems Modeling 9() (2) 87 [8] ergenthum, R., Desel, J., Lorenz, R., Mauser, S.: Process Mining ased on Regions of Languages. In lonso, G., Dadam, P., Rosemann, M., eds.: International onference on usiness Process Management (PM 27). Volume 474 of Lecture Notes in omputer Science., Springer-Verlag, erlin (27) [9] van der Werf, J.M.E.M., van Dongen,.F., Hurkens,..J., Serebrenik,.: Process Discovery using Integer Linear Programming. Fundamenta Informaticae 94 (2) [2] Leemans, S.J.J., Fahland, D., van der alst, W.M.P.: Discovering lock-structured Process Models from Incomplete Event Logs. In iardo, G., Kindler, E., eds.: pplications and Theory of Petri Nets 24. Volume 8489 of Lecture Notes in omputer Science., Springer-Verlag, erlin (24) 9 [2] Kryszkiewicz, M.: Fast Discovery of Representative ssociation Rules. In Polkowski, L., Skowron,., eds.: Rough Sets and urrent Trends in omputing. Volume 424 of Lecture Notes in omputer Science. Springer erlin Heidelberg (998) [22] van der alst, W.M.P.: Decomposing Petri Nets for Process Mining: Generic pproach. Distributed and Parallel Databases 3(4) (23) [23] Dean, J., Ghemawat, S.: MapReduce: Simplified Data Processing on Large lusters. ommunications of the M 5() (28) 7 3
Handling Big(ger) Logs: Connecting ProM 6 to Apache Hadoop
Handling Big(ger) Logs: Connecting ProM 6 to Apache Hadoop Sergio Hernández 1, S.J. van Zelst 2, Joaquín Ezpeleta 1, and Wil M.P. van der Aalst 2 1 Department of Computer Science and Systems Engineering
Process Modelling from Insurance Event Log
Process Modelling from Insurance Event Log P.V. Kumaraguru Research scholar, Dr.M.G.R Educational and Research Institute University Chennai- 600 095 India Dr. S.P. Rajagopalan Professor Emeritus, Dr. M.G.R
Dotted Chart and Control-Flow Analysis for a Loan Application Process
Dotted Chart and Control-Flow Analysis for a Loan Application Process Thomas Molka 1,2, Wasif Gilani 1 and Xiao-Jun Zeng 2 Business Intelligence Practice, SAP Research, Belfast, UK The University of Manchester,
Process Mining. ^J Springer. Discovery, Conformance and Enhancement of Business Processes. Wil M.R van der Aalst Q UNIVERS1TAT.
Wil M.R van der Aalst Process Mining Discovery, Conformance and Enhancement of Business Processes Q UNIVERS1TAT m LIECHTENSTEIN Bibliothek ^J Springer Contents 1 Introduction I 1.1 Data Explosion I 1.2
ProM 6 Exercises. J.C.A.M. (Joos) Buijs and J.J.C.L. (Jan) Vogelaar {j.c.a.m.buijs,j.j.c.l.vogelaar}@tue.nl. August 2010
ProM 6 Exercises J.C.A.M. (Joos) Buijs and J.J.C.L. (Jan) Vogelaar {j.c.a.m.buijs,j.j.c.l.vogelaar}@tue.nl August 2010 The exercises provided in this section are meant to become more familiar with ProM
Business Process Modeling
Business Process Concepts Process Mining Kelly Rosa Braghetto Instituto de Matemática e Estatística Universidade de São Paulo [email protected] January 30, 2009 1 / 41 Business Process Concepts Process
Implementing Heuristic Miner for Different Types of Event Logs
Implementing Heuristic Miner for Different Types of Event Logs Angelina Prima Kurniati 1, GunturPrabawa Kusuma 2, GedeAgungAry Wisudiawan 3 1,3 School of Compuing, Telkom University, Indonesia. 2 School
MapReduce and Distributed Data Analysis. Sergei Vassilvitskii Google Research
MapReduce and Distributed Data Analysis Google Research 1 Dealing With Massive Data 2 2 Dealing With Massive Data Polynomial Memory Sublinear RAM Sketches External Memory Property Testing 3 3 Dealing With
CHAPTER 1 INTRODUCTION
CHAPTER 1 INTRODUCTION 1.1 Research Motivation In today s modern digital environment with or without our notice we are leaving our digital footprints in various data repositories through our daily activities,
Mercy Health System. St. Louis, MO. Process Mining of Clinical Workflows for Quality and Process Improvement
Mercy Health System St. Louis, MO Process Mining of Clinical Workflows for Quality and Process Improvement Paul Helmering, Executive Director, Enterprise Architecture Pete Harrison, Data Analyst, Mercy
Process Mining Using BPMN: Relating Event Logs and Process Models
Noname manuscript No. (will be inserted by the editor) Process Mining Using BPMN: Relating Event Logs and Process Models Anna A. Kalenkova W. M. P. van der Aalst Irina A. Lomazova Vladimir A. Rubin Received:
Activity Mining for Discovering Software Process Models
Activity Mining for Discovering Software Process Models Ekkart Kindler, Vladimir Rubin, Wilhelm Schäfer Software Engineering Group, University of Paderborn, Germany [kindler, vroubine, wilhelm]@uni-paderborn.de
Mining Configurable Process Models from Collections of Event Logs
Mining Configurable Models from Collections of Event Logs J.C.A.M. Buijs, B.F. van Dongen, and W.M.P. van der Aalst Eindhoven University of Technology, The Netherlands {j.c.a.m.buijs,b.f.v.dongen,w.m.p.v.d.aalst}@tue.nl
Using Trace Clustering for Configurable Process Discovery Explained by Event Log Data
Master of Business Information Systems, Department of Mathematics and Computer Science Using Trace Clustering for Configurable Process Discovery Explained by Event Log Data Master Thesis Author: ing. Y.P.J.M.
Analysis of Service Level Agreements using Process Mining techniques
Analysis of Service Level Agreements using Process Mining techniques CHRISTIAN MAGER University of Applied Sciences Wuerzburg-Schweinfurt Process Mining offers powerful methods to extract knowledge from
Model Discovery from Motor Claim Process Using Process Mining Technique
International Journal of Scientific and Research Publications, Volume 3, Issue 1, January 2013 1 Model Discovery from Motor Claim Process Using Process Mining Technique P.V.Kumaraguru *, Dr.S.P.Rajagopalan
Relational XES: Data Management for Process Mining
Relational XES: Data Management for Process Mining B.F. van Dongen and Sh. Shabani Department of Mathematics and Computer Science, Eindhoven University of Technology, The Netherlands. B.F.v.Dongen, [email protected]
Process Mining A Comparative Study
International Journal of Advanced Research in Computer Communication Engineering Process Mining A Comparative Study Asst. Prof. Esmita.P. Gupta M.E. Student, Department of Information Technology, VIT,
Using Process Mining to Bridge the Gap between BI and BPM
Using Process Mining to Bridge the Gap between BI and BPM Wil van der alst Eindhoven University of Technology, The Netherlands Process mining techniques enable process-centric analytics through automated
EFFECTIVE CONSTRUCTIVE MODELS OF IMPLICIT SELECTION IN BUSINESS PROCESSES. Nataliya Golyan, Vera Golyan, Olga Kalynychenko
380 International Journal Information Theories and Applications, Vol. 18, Number 4, 2011 EFFECTIVE CONSTRUCTIVE MODELS OF IMPLICIT SELECTION IN BUSINESS PROCESSES Nataliya Golyan, Vera Golyan, Olga Kalynychenko
Towards Cross-Organizational Process Mining in Collections of Process Models and their Executions
Towards Cross-Organizational Process Mining in Collections of Process Models and their Executions J.C.A.M. Buijs, B.F. van Dongen, W.M.P. van der Aalst Department of Mathematics and Computer Science, Eindhoven
Big Data with Rough Set Using Map- Reduce
Big Data with Rough Set Using Map- Reduce Mr.G.Lenin 1, Mr. A. Raj Ganesh 2, Mr. S. Vanarasan 3 Assistant Professor, Department of CSE, Podhigai College of Engineering & Technology, Tirupattur, Tamilnadu,
Mining Process Models with Non-Free-Choice Constructs
Mining Process Models with Non-Free-hoice onstructs Lijie Wen 1, Wil M.P. van der alst 2, Jianmin Wang 1, and Jiaguang Sun 1 1 School of Software, Tsinghua University, 100084, eijing, hina [email protected],{jimwang,sunjg}@tsinghua.edu.cn
EMiT: A process mining tool
EMiT: A process mining tool B.F. van Dongen and W.M.P. van der Aalst Department of Technology Management, Eindhoven University of Technology P.O. Box 513, NL-5600 MB, Eindhoven, The Netherlands. [email protected]
BUsiness process mining, or process mining in a short
, July 2-4, 2014, London, U.K. A Process Mining Approach in Software Development and Testing Process: A Case Study Rabia Saylam, Ozgur Koray Sahingoz Abstract Process mining is a relatively new and emerging
Process Modeling Notations and Workflow Patterns
Process Modeling Notations and Workflow Patterns Stephen A. White, IBM Corp., United States ABSTRACT The research work of Wil van der Aalst, Arthur ter Hofstede, Bartek Kiepuszewski, and Alistair Barros
Selection of Optimal Discount of Retail Assortments with Data Mining Approach
Available online at www.interscience.in Selection of Optimal Discount of Retail Assortments with Data Mining Approach Padmalatha Eddla, Ravinder Reddy, Mamatha Computer Science Department,CBIT, Gandipet,Hyderabad,A.P,India.
Configuring IBM WebSphere Monitor for Process Mining
Configuring IBM WebSphere Monitor for Process Mining H.M.W. Verbeek and W.M.P. van der Aalst Technische Universiteit Eindhoven Department of Mathematics and Computer Science P.O. Box 513, 5600 MB Eindhoven,
Generation of a Set of Event Logs with Noise
Generation of a Set of Event Logs with Noise Ivan Shugurov International Laboratory of Process-Aware Information Systems National Research University Higher School of Economics 33 Kirpichnaya Str., Moscow,
Summary and Outlook. Business Process Intelligence Course Lecture 8. prof.dr.ir. Wil van der Aalst. www.processmining.org
Business Process Intelligence Course Lecture 8 Summary and Outlook prof.dr.ir. Wil van der Aalst www.processmining.org Overview Chapter 1 Introduction Part I: Preliminaries Chapter 2 Process Modeling and
Trace Clustering in Process Mining
Trace Clustering in Process Mining M. Song, C.W. Günther, and W.M.P. van der Aalst Eindhoven University of Technology P.O.Box 513, NL-5600 MB, Eindhoven, The Netherlands. {m.s.song,c.w.gunther,w.m.p.v.d.aalst}@tue.nl
8.1 Min Degree Spanning Tree
CS880: Approximations Algorithms Scribe: Siddharth Barman Lecturer: Shuchi Chawla Topic: Min Degree Spanning Tree Date: 02/15/07 In this lecture we give a local search based algorithm for the Min Degree
BPIC 2014: Insights from the Analysis of Rabobank Service Desk Processes
BPIC 2014: Insights from the Analysis of Rabobank Service Desk Processes Bruna Christina P. Brandão, Guilherme Neves Lopes, Pedro Henrique P. Richetti Department of Applied Informatics - Federal University
Cost Model: Work, Span and Parallelism. 1 The RAM model for sequential computation:
CSE341T 08/31/2015 Lecture 3 Cost Model: Work, Span and Parallelism In this lecture, we will look at how one analyze a parallel program written using Cilk Plus. When we analyze the cost of an algorithm
Decision Mining in Business Processes
Decision Mining in Business Processes A. Rozinat and W.M.P. van der Aalst Department of Technology Management, Eindhoven University of Technology P.O. Box 513, NL-5600 MB, Eindhoven, The Netherlands {a.rozinat,w.m.p.v.d.aalst}@tm.tue.nl
Chapter 6: Episode discovery process
Chapter 6: Episode discovery process Algorithmic Methods of Data Mining, Fall 2005, Chapter 6: Episode discovery process 1 6. Episode discovery process The knowledge discovery process KDD process of analyzing
Feature. Applications of Business Process Analytics and Mining for Internal Control. World
Feature Filip Caron is a doctoral researcher in the Department of Decision Sciences and Information Management, Information Systems Group, at the Katholieke Universiteit Leuven (Flanders, Belgium). Jan
Towards a Software Framework for Automatic Business Process Redesign Marwa M.Essam 1, Selma Limam Mansar 2 1
ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011 Towards a Software Framework for Automatic Business Process Redesign Marwa M.Essam 1, Selma Limam Mansar 2 1 Faculty of Information and Computer
Discovering User Communities in Large Event Logs
Discovering User Communities in Large Event Logs Diogo R. Ferreira, Cláudia Alves IST Technical University of Lisbon, Portugal {diogo.ferreira,claudia.alves}@ist.utl.pt Abstract. The organizational perspective
EDIminer: A Toolset for Process Mining from EDI Messages
EDIminer: A Toolset for Process Mining from EDI Messages Robert Engel 1, R. P. Jagadeesh Chandra Bose 2, Christian Pichler 1, Marco Zapletal 1, and Hannes Werthner 1 1 Vienna University of Technology,
The Trip Scheduling Problem
The Trip Scheduling Problem Claudia Archetti Department of Quantitative Methods, University of Brescia Contrada Santa Chiara 50, 25122 Brescia, Italy Martin Savelsbergh School of Industrial and Systems
Generating models of a matched formula with a polynomial delay
Generating models of a matched formula with a polynomial delay Petr Savicky Institute of Computer Science, Academy of Sciences of Czech Republic, Pod Vodárenskou Věží 2, 182 07 Praha 8, Czech Republic
Lecture 1: Course overview, circuits, and formulas
Lecture 1: Course overview, circuits, and formulas Topics in Complexity Theory and Pseudorandomness (Spring 2013) Rutgers University Swastik Kopparty Scribes: John Kim, Ben Lund 1 Course Information Swastik
Supply chain management by means of FLM-rules
Supply chain management by means of FLM-rules Nicolas Le Normand, Julien Boissière, Nicolas Méger, Lionel Valet LISTIC Laboratory - Polytech Savoie Université de Savoie B.P. 80439 F-74944 Annecy-Le-Vieux,
Business Process Measurement in small enterprises after the installation of an ERP software.
Business Process Measurement in small enterprises after the installation of an ERP software. Stefano Siccardi and Claudia Sebastiani CQ Creativiquadrati snc, via Tadino 60, Milano, Italy http://www.creativiquadrati.it
Protein Protein Interaction Networks
Functional Pattern Mining from Genome Scale Protein Protein Interaction Networks Young-Rae Cho, Ph.D. Assistant Professor Department of Computer Science Baylor University it My Definition of Bioinformatics
Lecture 17 : Equivalence and Order Relations DRAFT
CS/Math 240: Introduction to Discrete Mathematics 3/31/2011 Lecture 17 : Equivalence and Order Relations Instructor: Dieter van Melkebeek Scribe: Dalibor Zelený DRAFT Last lecture we introduced the notion
Process Mining. Data science in action
Process Mining. Data science in action Julia Rudnitckaia Brno, University of Technology, Faculty of Information Technology, [email protected] 1 Abstract. At last decades people have to accumulate
Application of Process Mining in Healthcare A Case Study in a Dutch Hospital
Application of Process Mining in Healthcare A Case Study in a Dutch Hospital R.S. Mans 1, M.H. Schonenberg 1, M. Song 1, W.M.P. van der Aalst 1, and P.J.M. Bakker 2 1 Department of Information Systems
PLG: a Framework for the Generation of Business Process Models and their Execution Logs
PLG: a Framework for the Generation of Business Process Models and their Execution Logs Andrea Burattin and Alessandro Sperduti Department of Pure and Applied Mathematics University of Padua, Italy {burattin,sperduti}@math.unipd.it
The Analysis Method about Change Domain of Business Process Model Based on the Behavior Profile of Petri Net
Appl. Math. Inf. Sci. 6-3S, No. 3, 943-949 (2012) 943 Applied Mathematics & Information Sciences An International Journal The Analysis Method about Change Domain of Business Process Model Based on the
The Union-Find Problem Kruskal s algorithm for finding an MST presented us with a problem in data-structure design. As we looked at each edge,
The Union-Find Problem Kruskal s algorithm for finding an MST presented us with a problem in data-structure design. As we looked at each edge, cheapest first, we had to determine whether its two endpoints
Compact Representations and Approximations for Compuation in Games
Compact Representations and Approximations for Compuation in Games Kevin Swersky April 23, 2008 Abstract Compact representations have recently been developed as a way of both encoding the strategic interactions
The Goldberg Rao Algorithm for the Maximum Flow Problem
The Goldberg Rao Algorithm for the Maximum Flow Problem COS 528 class notes October 18, 2006 Scribe: Dávid Papp Main idea: use of the blocking flow paradigm to achieve essentially O(min{m 2/3, n 1/2 }
CS 598CSC: Combinatorial Optimization Lecture date: 2/4/2010
CS 598CSC: Combinatorial Optimization Lecture date: /4/010 Instructor: Chandra Chekuri Scribe: David Morrison Gomory-Hu Trees (The work in this section closely follows [3]) Let G = (V, E) be an undirected
A Serial Partitioning Approach to Scaling Graph-Based Knowledge Discovery
A Serial Partitioning Approach to Scaling Graph-Based Knowledge Discovery Runu Rathi, Diane J. Cook, Lawrence B. Holder Department of Computer Science and Engineering The University of Texas at Arlington
Investigating Clinical Care Pathways Correlated with Outcomes
Investigating Clinical Care Pathways Correlated with Outcomes Geetika T. Lakshmanan, Szabolcs Rozsnyai, Fei Wang IBM T. J. Watson Research Center, NY, USA August 2013 Outline Care Pathways Typical Challenges
Verifying Business Processes Extracted from E-Commerce Systems Using Dynamic Analysis
Verifying Business Processes Extracted from E-Commerce Systems Using Dynamic Analysis Derek Foo 1, Jin Guo 2 and Ying Zou 1 Department of Electrical and Computer Engineering 1 School of Computing 2 Queen
An Interactive Visualization Tool for the Analysis of Multi-Objective Embedded Systems Design Space Exploration
An Interactive Visualization Tool for the Analysis of Multi-Objective Embedded Systems Design Space Exploration Toktam Taghavi, Andy D. Pimentel Computer Systems Architecture Group, Informatics Institute
Graph Mining and Social Network Analysis
Graph Mining and Social Network Analysis Data Mining and Text Mining (UIC 583 @ Politecnico di Milano) References Jiawei Han and Micheline Kamber, "Data Mining: Concepts and Techniques", The Morgan Kaufmann
Master Thesis September 2010 ALGORITHMS FOR PROCESS CONFORMANCE AND PROCESS REFINEMENT
Master in Computing Llenguatges i Sistemes Informàtics Master Thesis September 2010 ALGORITHMS FOR PROCESS CONFORMANCE AND PROCESS REFINEMENT Student: Advisor/Director: Jorge Muñoz-Gama Josep Carmona Vargas
Introduction to Parallel Programming and MapReduce
Introduction to Parallel Programming and MapReduce Audience and Pre-Requisites This tutorial covers the basics of parallel programming and the MapReduce programming model. The pre-requisites are significant
Integrating Pattern Mining in Relational Databases
Integrating Pattern Mining in Relational Databases Toon Calders, Bart Goethals, and Adriana Prado University of Antwerp, Belgium {toon.calders, bart.goethals, adriana.prado}@ua.ac.be Abstract. Almost a
Combination of Process Mining and Simulation Techniques for Business Process Redesign: A Methodological Approach
Combination of Process Mining and Simulation Techniques for Business Process Redesign: A Methodological Approach Santiago Aguirre, Carlos Parra, and Jorge Alvarado Industrial Engineering Department, Pontificia
Translating Message Sequence Charts to other Process Languages using Process Mining
Translating Message Sequence Charts to other Process Languages using Process Mining Kristian Bisgaard Lassen 1, Boudewijn F. van Dongen 2, and Wil M.P. van der Aalst 2 1 Department of Computer Science,
Process Mining: Making Knowledge Discovery Process Centric
Process Mining: Making Knowledge Discovery Process Centric Wil van der alst Department of Mathematics and Computer Science Eindhoven University of Technology PO Box 513, 5600 MB, Eindhoven, The Netherlands
Distributed Apriori in Hadoop MapReduce Framework
Distributed Apriori in Hadoop MapReduce Framework By Shulei Zhao (sz2352) and Rongxin Du (rd2537) Individual Contribution: Shulei Zhao: Implements centralized Apriori algorithm and input preprocessing
Mining various patterns in sequential data in an SQL-like manner *
Mining various patterns in sequential data in an SQL-like manner * Marek Wojciechowski Poznan University of Technology, Institute of Computing Science, ul. Piotrowo 3a, 60-965 Poznan, Poland [email protected]
Data Science. Research Theme: Process Mining
Data Science Research Theme: Process Mining Process mining is a relatively young research discipline that sits between computational intelligence and data mining on the one hand and process modeling and
Using Monotonicity to find Optimal Process Configurations Faster
Using Monotonicity to find Optimal Process Configurations Faster D.M.M. Schunselaar 1, H.M.W. Verbeek 1, H.. Reijers 1,2, and W.M.P. van der alst 1 1 Eindhoven University of Technology, P.O. Box 513, 5600
Chapter 20: Data Analysis
Chapter 20: Data Analysis Database System Concepts, 6 th Ed. See www.db-book.com for conditions on re-use Chapter 20: Data Analysis Decision Support Systems Data Warehousing Data Mining Classification
Chapter 4 Software Lifecycle and Performance Analysis
Chapter 4 Software Lifecycle and Performance Analysis This chapter is aimed at illustrating performance modeling and analysis issues within the software lifecycle. After having introduced software and
Network (Tree) Topology Inference Based on Prüfer Sequence
Network (Tree) Topology Inference Based on Prüfer Sequence C. Vanniarajan and Kamala Krithivasan Department of Computer Science and Engineering Indian Institute of Technology Madras Chennai 600036 [email protected],
Business Intelligence and Process Modelling
Business Intelligence and Process Modelling F.W. Takes Universiteit Leiden Lecture 7: Network Analytics & Process Modelling Introduction BIPM Lecture 7: Network Analytics & Process Modelling Introduction
Load Balancing in MapReduce Based on Scalable Cardinality Estimates
Load Balancing in MapReduce Based on Scalable Cardinality Estimates Benjamin Gufler 1, Nikolaus Augsten #, Angelika Reiser 3, Alfons Kemper 4 Technische Universität München Boltzmannstraße 3, 85748 Garching
Large-Scale Data Sets Clustering Based on MapReduce and Hadoop
Journal of Computational Information Systems 7: 16 (2011) 5956-5963 Available at http://www.jofcis.com Large-Scale Data Sets Clustering Based on MapReduce and Hadoop Ping ZHOU, Jingsheng LEI, Wenjun YE
Process Mining and Visual Analytics: Breathing Life into Business Process Models
Process Mining and Visual Analytics: Breathing Life into Business Process Models Wil M.P. van der Aalst 1, Massimiliano de Leoni 1, and Arthur H.M. ter Hofstede 1,2 1 Eindhoven University of Technology,
Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 [email protected].
Some Polynomial Theorems by John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 [email protected] This paper contains a collection of 31 theorems, lemmas,
Generic Workflow Models: How to Handle Dynamic Change and Capture Management Information?
Generic Workflow Models: How to Handle ynamic hange and apture Management Information? W.M.P. van der alst epartment of Mathematics and omputing Science Eindhoven University of Technology P.O. ox 53, NL-5600
Lecture 10: Regression Trees
Lecture 10: Regression Trees 36-350: Data Mining October 11, 2006 Reading: Textbook, sections 5.2 and 10.5. The next three lectures are going to be about a particular kind of nonlinear predictive model,
Supporting the Workflow Management System Development Process with YAWL
Supporting the Workflow Management System Development Process with YAWL R.S. Mans 1, W.M.P. van der Aalst 1 Department of Mathematics and Computer Science, Eindhoven University of Technology, P.O. ox 513,
Comparision of k-means and k-medoids Clustering Algorithms for Big Data Using MapReduce Techniques
Comparision of k-means and k-medoids Clustering Algorithms for Big Data Using MapReduce Techniques Subhashree K 1, Prakash P S 2 1 Student, Kongu Engineering College, Perundurai, Erode 2 Assistant Professor,
A Platform for Supporting Data Analytics on Twitter: Challenges and Objectives 1
A Platform for Supporting Data Analytics on Twitter: Challenges and Objectives 1 Yannis Stavrakas Vassilis Plachouras IMIS / RC ATHENA Athens, Greece {yannis, vplachouras}@imis.athena-innovation.gr Abstract.
Towards an Evaluation Framework for Process Mining Algorithms
Towards an Evaluation Framework for Process Mining Algorithms A. Rozinat, A.K. Alves de Medeiros, C.W. Günther, A.J.M.M. Weijters, and W.M.P. van der Aalst Eindhoven University of Technology P.O. Box 513,
