Jump to content

Talk:Sequential pattern mining

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Muratganiz (talk | contribs) at 21:11, 29 August 2006 (is apriori a sequence mining algorithm?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

I don't think Itemset mining and Aprori algorithm itself is a sequence mining algorithm. In Apriori the order of the transactions or the order of the items in the transactions are not important. This order information is not used in the algorithm. We can define a sequence as an ordered set of transactions. I argue that the definition of the "sequence" requires a sequence mining algorithm to make use of the order of transactions (or order of items in transactions) in the sequences.