Skip to content

one distributed real-time frequent pattern mining algorithm using Storm, refer to wiki for details

Notifications You must be signed in to change notification settings

philipgao/storm-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project implemented a real-time distributed frequent pattern mining algorithm using Storm - the distributed and fault-tolerant realtime computating platform

The idea of this algorithm is the following steps:

  1. Calculate transaction set for each single item count, find frequent single item

  2. Get <transaction, item> pairs of the frequent single item, build candidate item set of each transaction

  3. Calculate transaction set for each candidate item set, find frequent item set

About

one distributed real-time frequent pattern mining algorithm using Storm, refer to wiki for details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published