The documentation for the very powerful open source data mining tool SPMF lists them separately:
http://www.philippe-fournier-viger.com/spmf/index.php?link=algorithms.php
Does any one know why?
The documentation for the very powerful open source data mining tool SPMF lists them separately:
http://www.philippe-fournier-viger.com/spmf/index.php?link=algorithms.php
Does any one know why?
The web site has a pretty detailed Q&A flowchart which shows what the difference is from the author's point of view:
http://www.philippe-fournier-viger.com/spmf/map_algorithms_spmf_data_mining097.png
Glad that you are using SPMF. I wrote a post a while ago explaining the distinction between sequential patterns and sequential rules:
http://data-mining.philippe-fournier-viger.com/introduction-to-sequential-rule-mining/
If you read this blog post, the distinction will become clear. Basically, the main difference is that sequential patterns are only found on the basis of how frequent they are, while sequential rules also consider the probability of confidence that a pattern will be followed. Thus sequential rules are more useful for task such as doing predictions.
Association rules are only one kind of patterns.
Most likely these algorithms can only find this kind of patterns because they employ some.interestingness measure to prune candidates?