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