Closed JaredSchwartz closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Files with missing lines | Coverage Δ | |
---|---|---|
src/RuleMiner.jl | 100.00% <ø> (ø) |
|
src/data_structures/fpnode.jl | 100.00% <100.00%> (ø) |
|
src/data_structures/fptree.jl | 100.00% <100.00%> (ø) |
|
src/data_structures/seqtxns.jl | 100.00% <100.00%> (ø) |
|
src/data_structures/txns.jl | 100.00% <100.00%> (ø) |
|
src/itemsets/closed/fpclose.jl | 100.00% <100.00%> (ø) |
|
src/itemsets/frequent/fpgrowth.jl | 100.00% <100.00%> (ø) |
|
src/itemsets/maximal/fpmax.jl | 100.00% <100.00%> (ø) |
Expose the FPTree struct to the module and update FP mining algorithms to accept the FPTree struct as an input
Additionally rework the FPMax algorithm to use pre-calculated support values instead of calculating them at the end.