elki-project / elki

ELKI Data Mining Toolkit
https://elki-project.github.io/
GNU Affero General Public License v3.0
780 stars 321 forks source link

added association rule mining to Elki #27

Closed fredps closed 7 years ago

fredps commented 7 years ago

Added the package associationrulemining with an Algorithm for mining association rule and various interestingness measures.

codecov-io commented 7 years ago

Current coverage is 32.37% (diff: 0.00%)

Merging #27 into master will decrease coverage by 0.15%

@@             master        #27   diff @@
==========================================
  Files          1213       1251     +38   
  Lines         61180      62302   +1122   
  Methods           0          0           
  Messages          0          0           
  Branches      13225      13434    +209   
==========================================
+ Hits          19904      20173    +269   
- Misses        38879      39707    +828   
- Partials       2397       2422     +25   

Powered by Codecov. Last update 3c4bed2...de620e0

kno10 commented 7 years ago

I have omitted the changes to the Itemset classes, and rewritten rule generation completely. The branch is now merged via cherry-picking.