Skip to content

yawen214/AssosicationRules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

AssosicationRules

Compile through command line: python association.py -s (threshold) -f (itemsets) -d (transcations/datasets)

e.g python association.py -s 1000 -f movies.dat -d ratings.dat

Finds all frequent itemsets with support larger or equal to the threshold in the transactions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages