identify_frequent_sequences: Identify frequent sequences

Description Usage Arguments

View source: R/bama_core.R

Description

Function which identifies frequent sequences in traces using the SPADE algoritm (Sequential PAttern Discovery using Equivalence classes)

Usage

1
identify_frequent_sequences(task_log, min_support)

Arguments

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.


nielsmartin/bama documentation built on June 12, 2020, 6:04 p.m.