Skip to content

Releases: LovaTahina/fpgrowth

First version of FP-Growth, a C++ Header-only library

06 Jan 19:58
Compare
Choose a tag to compare

The v1.0.0 as released is organized as follow :

  • the FP-growth stand-alone library is located at the directory /lib
  • /tests contains a simple main.cpp that uses the library, you can compile it with your favorite compiler by enabling C++11 version or later
  • /application contains a Qt5 project to allow you to more appreciate the FP-tree in widget.

A compiled version of the application is ready for you, it remains to you to download, run and load database.csv file into the application.
Enjoy!