]> Git — Sourcephile - literate-phylomemy.git/blob - tests/Clustering/FrequentItemSet/BruteForce/allClosedFrequentItemSets/db=TakeakiUno.minSupp=2.minSize=3.golden
init
[literate-phylomemy.git] / tests / Clustering / FrequentItemSet / BruteForce / allClosedFrequentItemSets / db=TakeakiUno.minSupp=2.minSize=3.golden
1 fromList
2 [ ( fromList [ 1 , 2 , 7 ]
3 , fromList
4 [ Transaction
5 { transactionData = ()
6 , transactionItems = fromList [ 1 , 2 , 7 , 8 , 9 ]
7 }
8 , Transaction
9 { transactionData = ()
10 , transactionItems = fromList [ 1 , 2 , 5 , 6 , 7 ]
11 }
12 ]
13 )
14 , ( fromList [ 1 , 7 , 9 ]
15 , fromList
16 [ Transaction
17 { transactionData = ()
18 , transactionItems = fromList [ 1 , 7 , 9 ]
19 }
20 , Transaction
21 { transactionData = ()
22 , transactionItems = fromList [ 1 , 2 , 7 , 8 , 9 ]
23 }
24 ]
25 )
26 , ( fromList [ 2 , 7 , 9 ]
27 , fromList
28 [ Transaction
29 { transactionData = ()
30 , transactionItems = fromList [ 2 , 7 , 9 ]
31 }
32 , Transaction
33 { transactionData = ()
34 , transactionItems = fromList [ 2 , 7 , 9 ]
35 }
36 , Transaction
37 { transactionData = ()
38 , transactionItems = fromList [ 1 , 2 , 7 , 8 , 9 ]
39 }
40 ]
41 )
42 ]