]> Git — Sourcephile - literate-phylomemy.git/blob - tests/Clustering/FrequentItemSet/BruteForce/allClosedFrequentItemSets/db=HAL03500847T2.minSupp=1.minSize=3.golden
init
[literate-phylomemy.git] / tests / Clustering / FrequentItemSet / BruteForce / allClosedFrequentItemSets / db=HAL03500847T2.minSupp=1.minSize=3.golden
1 fromList
2 [ ( fromList [ 1 , 2 , 7 ]
3 , fromList
4 [ Transaction
5 { transactionData = ()
6 , transactionItems = fromList [ 1 , 2 , 7 ]
7 }
8 ]
9 )
10 , ( fromList [ 1 , 3 , 6 ]
11 , fromList
12 [ Transaction
13 { transactionData = ()
14 , transactionItems = fromList [ 1 , 3 , 6 , 7 ]
15 }
16 ]
17 )
18 , ( fromList [ 1 , 3 , 6 , 7 ]
19 , fromList
20 [ Transaction
21 { transactionData = ()
22 , transactionItems = fromList [ 1 , 3 , 6 , 7 ]
23 }
24 ]
25 )
26 , ( fromList [ 1 , 3 , 7 ]
27 , fromList
28 [ Transaction
29 { transactionData = ()
30 , transactionItems = fromList [ 1 , 3 , 6 , 7 ]
31 }
32 ]
33 )
34 , ( fromList [ 1 , 6 , 7 ]
35 , fromList
36 [ Transaction
37 { transactionData = ()
38 , transactionItems = fromList [ 1 , 3 , 6 , 7 ]
39 }
40 ]
41 )
42 , ( fromList [ 2 , 8 , 9 ]
43 , fromList
44 [ Transaction
45 { transactionData = ()
46 , transactionItems = fromList [ 2 , 8 , 9 , 10 ]
47 }
48 ]
49 )
50 , ( fromList [ 2 , 8 , 9 , 10 ]
51 , fromList
52 [ Transaction
53 { transactionData = ()
54 , transactionItems = fromList [ 2 , 8 , 9 , 10 ]
55 }
56 ]
57 )
58 , ( fromList [ 2 , 8 , 10 ]
59 , fromList
60 [ Transaction
61 { transactionData = ()
62 , transactionItems = fromList [ 2 , 8 , 9 , 10 ]
63 }
64 ]
65 )
66 , ( fromList [ 2 , 9 , 10 ]
67 , fromList
68 [ Transaction
69 { transactionData = ()
70 , transactionItems = fromList [ 2 , 8 , 9 , 10 ]
71 }
72 ]
73 )
74 , ( fromList [ 3 , 6 , 7 ]
75 , fromList
76 [ Transaction
77 { transactionData = ()
78 , transactionItems = fromList [ 1 , 3 , 6 , 7 ]
79 }
80 ]
81 )
82 , ( fromList [ 8 , 9 , 10 ]
83 , fromList
84 [ Transaction
85 { transactionData = ()
86 , transactionItems = fromList [ 2 , 8 , 9 , 10 ]
87 }
88 ]
89 )
90 ]