SOLVED
Drawing a directed network graph for process mining?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Atabarezz
13 - Pulsar
‎10-19-2015
09:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there,
I'm doing process mining on Alteryx, basically reading log files to come up with order, frequency and duration of events.
I wanted to draw a directed graph to cover precessor, successor events, do you know if that can be done?
Here is an example graph I'd like to generate for instance;
Best
Solved! Go to Solution.
Labels:
4 REPLIES 4
SeanL
Alteryx Alumni (Retired)
‎10-20-2015
07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎10-20-2015
11:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can I have some comments on how to weight the edges?
- So more relationships I observe, the the thicker the edges...
- Or the best practice in process mining is to calculate the duration aggregates
- min duration
- max duration
- median duration etc.
and weight accordingly...
Best
RamnathV
Alteryx Alumni (Retired)
‎10-20-2015
12:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You would need to precompute the edge weights and pass it as the weight column in the edges data input. For the nodes, there is more flexibility in that you can use the configuration window to size and group them.
sehen20
5 - Atom
‎06-11-2017
11:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I did. Worked greatly. Thanks for response!
