Skip to content

PHUI-Miner: an algorithm for parallel high utility itemset mining based on Apache Spark

Notifications You must be signed in to change notification settings

nrthyrk/phui-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHUI-Miner

PHUI-Miner parallelizes the state-of-the-art high utility itemset mining algorithm HUI-Miner. In PHUI-Miner, the search space of the high utility itemset mining problem is divided and assigned to nodes in a cluster, which splits the workload. However, PHUI-Miner can also be used on top of other algorithms, e.g. FHM. In this implementation, FHM is used to for better performance.

Please cite PHUI-Miner as follows:

Y. Chen and A. An, Approximate Parallel High Utility Itemset Mining, Big Data Research, vol. 6, Dec. 2016, pp. 26-42.

Note: PUPGrowth in the code was the original name we used for PHUI-Miner.

About

PHUI-Miner: an algorithm for parallel high utility itemset mining based on Apache Spark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages