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

Implement function to derive frequent itemsets from closed itemsets #19

Closed JaredSchwartz closed 3 months ago

JaredSchwartz commented 4 months ago

Closed itemsets are the minimum number of itemsets needed to be able to still fully derive all frequent itemsets and their supports. This package should have a function that expands those closed itemsets into the frequent sets.