Function which identifies frequent sequences in traces using the SPADE algoritm (Sequential PAttern Discovery using Equivalence classes)
1 | identify_frequent_sequences(task_log, min_support)
|
task_log |
The task log containing task or activity instances. |
min_support |
The minimal support level that needs to be obtained in order to consider a sequence as frequent. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.