Ads by Google
Christian Borgelt's Web Pages

Sequoia - Frequent Sequence Mining

Download

sequoia (332 kb) GNU/Linux executable
sequoia.exe (208 kb) Windows console executable
sequoia.zip (155 kb) C sources, version 2.16 (2016.10.15)
sequoia.tar.gz (141 kb)

Description

Sequoia is a program to find frequent sequences with unique occurrences of items and weight averaging. That is, an item may occur only once in each transaction (and thus also in each found frequent subsequence). The subsequences may contain gaps, that is, there may be additional items in the transactions interspersed with the items of the found subsequences. In addition, each item may be associated with a weight in a transaction. In this case, an average weight of each item in a subsequence is computed as the average over the occurrences of the subsequence.

If you have trouble executing the program on Microsoft Windows, check whether you have the Microsoft Visual C++ Redistributable for Visual Studio 2022 (see under "Other Tools and Frameworks") installed, as the program was compiled with Microsoft Visual Studio 2022.