]> Git — Sourcephile - literate-phylomemy.git/blob - tests/Clustering/FrequentItemSet/BruteForce/allClosedFrequentItemSets/db=HAL03500847T2.minSupp=2.minSize=2.golden
init
[literate-phylomemy.git] / tests / Clustering / FrequentItemSet / BruteForce / allClosedFrequentItemSets / db=HAL03500847T2.minSupp=2.minSize=2.golden
1 fromList
2 [ ( fromList [ 1 , 7 ]
3 , fromList
4 [ Transaction
5 { transactionData = ()
6 , transactionItems = fromList [ 1 , 3 , 6 , 7 ]
7 }
8 , Transaction
9 { transactionData = ()
10 , transactionItems = fromList [ 1 , 2 , 7 ]
11 }
12 ]
13 )
14 ]