Cplusplus Header only FP growth library - LovaTahina/fpgrowth GitHub Wiki
Welcome to the fpgrowth wiki!
The v1.0.0 as released at the beginning of 2019 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!