JaredSchwartz / RuleMiner.jl

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

Implement function to derive frequent itemsets from closed itemsets #19

Closed JaredSchwartz closed 2 months ago

JaredSchwartz commented 3 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.