-
Notifications
You must be signed in to change notification settings - Fork 0
bendecoste/apriori
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Apriori Based off of the algorithm outlined here: http://en.wikipedia.org/wiki/Apriori_algorithm To build: `make` to clean: `make clean` Assumes that you have gcc with openmp directives installed. to run: `./main <threshold> <num transactions>` eg, `./main 3 10` what threshold and num transactions are are outlined in the pdf included in this directory.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published