Skip to content

A simple implementation of FP-growth algorithm in Java

Notifications You must be signed in to change notification settings

kvavliak/fp-growth-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fp-growth-java

A simple 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 Eclipse or whatever you like to do :-)
  • (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

About

A simple implementation of FP-growth algorithm in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%