Skip to content

Compact tool for mining frequent sequential patterns using SPADE and PrefixSpan algorithms. Project for Data Mining Methods course.

License

Notifications You must be signed in to change notification settings

adamnapieralski/sequence-miner

Repository files navigation

sequence-miner

Compact tool for mining frequent sequential patterns using SPADE and PrefixSpan algorithms. Project for Data Mining Methods course.

prerequisites

  • GCC >= 9.3
  • CMake >= 3.10
  • TBB

installation

  1. clone repository: [email protected]:adamnapieralski/sequence-miner.git
  2. cd sequence-miner
  3. update submodules: git submodule update --init --recursive

build

build with ninja on Linux

mkdir build && cd build
cmake -GNinja ..
ninja

build with make on Linux

mkdir build && cd build
cmake ..
make

About

Compact tool for mining frequent sequential patterns using SPADE and PrefixSpan algorithms. Project for Data Mining Methods course.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published