-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathknime_features.Rmd
More file actions
64 lines (47 loc) · 2.13 KB
/
knime_features.Rmd
File metadata and controls
64 lines (47 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
title: bupaR4KNIME
output:
html_document:
toc: false
---
<br/>
```{r echo = F, out.width="25%", fig.align = "right"}
knitr::include_graphics("images/bupaRknime.PNG")
```
***
```{r echo = F, out.width = "100%"}
knitr::include_graphics("images/example_knime2.png")
```
bupaR4KNIME consists of 100+ _linked components_ that you can use in any KNIME workflow for process analysis. All components can be used by drag-and-dropping them from the [KNIME Hub](https://hub.knime.com/biaru%20-%20digital%20future%20lab/spaces/bupaverse/~t28tTZVSURAYtGLg/) or exporting and importing them in your KNIME project.
The nodes are organized following the originating `bupaR`-packages: `bupaR`, `edeaR`, `eventdataR`, `processcheckR`, `processmapR` and `psmineR`. Within each package they are futher organised according to the family of functionality. The entire break down looks as follows:
* bupaR
* Counters
* Helpers
* IO
* Manipulation
* Summaries
* Verbs
* edeaR
* Filters
* Control-flow
* Organisational
* Performance
* Time
* Other
* Metrics
* Control-flow
* Organisational
* Performance
* processcheckR
* processmapR
* psmineR
The full list of linked components in this structure is shown below.
```{r echo = F, out.width = "100%"}
knitr::include_graphics("images/overview_table.png")
```
Using the bupaR components in combination with KNIME node, you can build many flexible process analysis workflows. The following workflow a) performs rule-based conformance checking (left) and uses the results to b) show deviating behaviour in a process map (top) while also c) comparing throughput time for different conformance-based groups, visualizing the results with a KNIME boxplot (right).
```{r echo = F, out.width = "100%"}
knitr::include_graphics("images/example_knime.png")
```
A comprehensive introduction to all components and their usage can be found [here](images/bupaR 4 KNIME - manual.pdf) (pdf, 4.1 MB).
<center><p style = "font-size: 12px">KNIME® and the KNIME logo are trademarks of KNIME AG. This website and the described extension are not affiliated with, endorsed by, or sponsored by KNIME AG.</p></center>