module Clustering.FrequentItemSet.References where data RefAgrawalSrikantApriori -- ^ Reference to [Fast Algorithms for Mining Association Rules](http://www.vldb.org/conf/1994/P487.PDF) -- -- > { -- > "author": [ -- > { -- > "family": "Agrawal", -- > "given": "Rakesh" -- > }, -- > { -- > "family": "Srikant", -- > "given": "Ramakrishnan" -- > } -- > ], -- > "container-title": "Proc. 20th Int. Conf. Very Large Data Bases VLDB", -- > "id": "article", -- > "issued": { -- > "date-parts": [ -- > [ -- > 2000, -- > 8 -- > ] -- > ] -- > }, -- > "page": "", -- > "title": "Fast Algorithms for Mining Association Rules", -- > "type": "article-journal", -- > "volume": "1215" -- > }