Re: Sequential Pattern Mining / Assoziation Rules
Date: August 31, 2020 06:10AM
Hi,
The answer is no.
There are some algorithm like Rulegen by Zaki (2001) who will first mine sequential patterns in a sequence database and then use them to create some sequential rules:
http://www.philippe-fournier-viger.com/spmf/Zaki2001.pdf
But some other algorithms like RuleGrowth and some others will directly find the rules:
http://www.philippe-fournier-viger.com/spmf/TKDE2015_sequential_rules.pdf
These two types of rules are a little bit different though. You can check the RuleGrowth paper in the introduction for a brief comparison discussion of that.
Best regards,
Philippe