FP Growth Save

A C++ implementation of the FP-growth algorithm

Project README

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++).

Open Source Agenda is not affiliated with "FP Growth" Project. README Source: integeruser/FP-growth
Stars
41
Open Issues
0
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating