Skip to content

cslr/FP-growth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FP-growth

This repository contains a C++11 implementation of the well-known FP-growth algorithm, published in the hope that it will be useful. I tested the code on three different samples and results were checked against this other implementation of the algorithm.

The files fptree.hpp and fptree.cpp contain the data structures and the algorithm, and main.cpp contains a few tests.

Compile the code using the appropriate options for C++11 (e.g. -std=c++11 using g++).

About

A C++ implementation of the FP-growth algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Makefile 0.8%