]> Git — Sourcephile - literate-phylomemy.git/blob - src/Clustering/FrequentItemSet/References.hs
init
[literate-phylomemy.git] / src / Clustering / FrequentItemSet / References.hs
1 module Clustering.FrequentItemSet.References where
2
3 data RefAgrawalSrikantApriori
4 -- ^ Reference to [Fast Algorithms for Mining Association Rules](http://www.vldb.org/conf/1994/P487.PDF)
5 --
6 -- > {
7 -- > "author": [
8 -- > {
9 -- > "family": "Agrawal",
10 -- > "given": "Rakesh"
11 -- > },
12 -- > {
13 -- > "family": "Srikant",
14 -- > "given": "Ramakrishnan"
15 -- > }
16 -- > ],
17 -- > "container-title": "Proc. 20th Int. Conf. Very Large Data Bases VLDB",
18 -- > "id": "article",
19 -- > "issued": {
20 -- > "date-parts": [
21 -- > [
22 -- > 2000,
23 -- > 8
24 -- > ]
25 -- > ]
26 -- > },
27 -- > "page": "",
28 -- > "title": "Fast Algorithms for Mining Association Rules",
29 -- > "type": "article-journal",
30 -- > "volume": "1215"
31 -- > }