michaelwisely / ARules.jl

Julia package for Association Rule Learning algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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_{2-1} × F{2-1} method was used on Frequent itemset candidates generation.

Planned

  • FP-growth

About

Julia package for Association Rule Learning algorithms.

License:MIT License


Languages

Language:Julia 100.0%