The Data Mining Forum
This forum is about
data mining,
data science and
big data: algorithms, source code, datasets, implementations, optimizations, etc. You are welcome to post call for papers, data mining job ads, link to source code of data mining algorithms or anything else related to data mining. The forum is hosted by
P. Fournier-Viger.
No registration is required to use this forum!.
Re: What is the difference between sequential patterns and sequential rules?
Date: October 16, 2019 07:00AM
Hi,
The key difference is that a sequential patterns is only evaluated using the support, while a sequential rule is also evaluated using a measure such as the confidence. This is because even if a sequential pattern appears many times, we dont have a measure of how correlated the items in the sequential patterns are. For a sequential rule X--Y, the confidence can be viewed as the conditional probability that X is followed by Y. My explanation is very brief. Hope that it helps.
Regards,