Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 380 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 380 Bytes

ARules.jl

Julia package for Association Rule Learning algorithms.

Current Supported Algorithms

Apriori (with rule generation algorithm)

The Apriori implementation is based on the book Introduction to Data Mining, written by Pang-Ning Tan, et al. A Fₖ₋₁ × Fₖ₋₁ method was used on Frequent itemset candidates generation.

Planned

  • FP-growth