Fast Algorithms for Mining Association Rules in Large Databases. Agrawal, R. & Srikant, R. In Proceedings of the 20th International Conference on Very Large Data Bases, of VLDB '94, pages 487–499, San Francisco, CA, USA, 1994. Morgan Kaufmann Publishers Inc.
- https://en.wikipedia.org/wiki/Association_rule_learning
- https://en.wikipedia.org/wiki/Apriori_algorithm
- https://www.macs.hw.ac.uk/~dwcorne/Teaching/agrawal94fast.pdf
-
Add the dependency to your
shard.yml
:dependencies: apriori: github: kandayo/apriori
-
Run
shards install
require "apriori"
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it (https://github.com/kandayo/apriori/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- kandayo - creator and maintainer