<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<rss version="2.0">
  <channel>
    <title>Koster, W.A.</title>
    <link>http://repub.eur.nl/res/aut/8674/</link>
    <description>List of Publications</description>
    <language>en</language>
    <image>
      <url>http://repub.eur.nl/static-eur/img/logo.png</url>
      <title>RePub, Erasmus University Rotterdam</title>
      <link>http://repub.eur.nl</link>
    </image>
    <item>
      <title>How to find frequent patterns? (Research Paper)</title>
      <link>http://repub.eur.nl/res/pub/6850/</link>
      <pubDate>2005-06-01T00:00:00Z</pubDate>
      <description>An  improved version  of DF, the depth-first implementation of Apriori, is presented.
Given a database of (e.g., supermarket) transactions, the DF algorithm builds a so-called trie that contains all  frequent itemsets, i.e., all itemsets that are  contained in at least `minsup' transactions with `minsup' a given threshold value.
In the trie, there is a one-to-one correspondence between the paths and the frequent itemsets.
The new version, called DF+, differs from DF in that its data structure representing the database is borrowed from the FP-growth algorithm. So it combines the compact FP-growth data structure with the efficient trie-building method in DF.</description>
    </item>
  </channel>
</rss>