https://github.com/pysualk/fp-growth-java
An implementation of FP-growth algorithm in Java
https://github.com/pysualk/fp-growth-java
Last synced: 8 months ago
JSON representation
An implementation of FP-growth algorithm in Java
- Host: GitHub
- URL: https://github.com/pysualk/fp-growth-java
- Owner: PySualk
- License: mit
- Created: 2015-12-04T19:27:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T16:34:00.000Z (over 8 years ago)
- Last Synced: 2025-08-22T08:49:54.971Z (10 months ago)
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# fp-growth-java
An implementation of FP-growth algorithm in Java
### How to use
* Clone the repository to your computer
* Install Maven
* Run 'mvn clean install' in the base directory
* Import code into your favorite IDE :-)
* (Optional) Add some new data source by implementing the DataSource interface
### More about FP-growth
For more information about the algorithm take a look here:
Jiawei Han, Jian Pei, and Yiwen Yin. 2000. Mining frequent patterns without candidate generation. In Proceedings of the 2000 ACM SIGMOD international conference on Management of data (SIGMOD '00). ACM, New York, NY, USA, 1-12. DOI=http://dx.doi.org/10.1145/342009.335372