JaredSchwartz / RuleMiner.jl

RuleMiner is a package for data mining in Julia with support for itemset and association rule mining algorithms
MIT License
19 stars 3 forks source link

Add GenMax Algorithm #31

Closed JaredSchwartz closed 3 months ago

JaredSchwartz commented 3 months ago

Add Genmax algorithm for maximal itemset mining

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files Coverage Δ
src/RuleMiner.jl 100.00% <ø> (ø)
src/genmax.jl 100.00% <100.00%> (ø)
src/transactions.jl 100.00% <ø> (ø)