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