Skip to content

Apriori Algorithm for Frequent Pattern Mining.

Notifications You must be signed in to change notification settings

sajib21/Apriori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Apriori

Implemented Apriori Algorithm for Frequent Pattern Mining. It was a lab task of the Data Mining and Machine Learning course.
N.B: I had to write it in a short time so I had to work to static sized data structures such as arrays and I didn't get time for handling some issues. So, the program might fail for big datasets.

Funny Back Story

I didn't do the assignment at first. But then, in the lab, our respected sir told us that that day is the last day he is going to see this assignment.
I had only two hours in my hand when I started coding. I was sure that I couldn't complete it in time but I never stopped.
And finally, I don't know how I pulled this out of myself within two hours but I did it (Only insert functionality was required). I consider it one of the greatest challenge in my coding career so far. :D :D

About

Apriori Algorithm for Frequent Pattern Mining.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages