Data Mining

Download Free Data Mining Source Code In C/C++, C#, Visual Basic, Visual Basic.NET, Java,
and other programming languages
Welcome to Data Mining Sign in | Join | Help
in Search

Data Mining Source Code Newsletter

Announcing The Data Mining Source Code Newsletter!

Subscribe By Email | Subscribe By RSS Feed

Eclat - Frequent Item Set Mining

Last post 08-28-2004, 9:33 by Dr. Who. 0 replies.
Sort Posts: Previous Next
  •  08-28-2004, 9:33 2148

    Eclat - Frequent Item Set Mining

    Attachment: eclat.zip

    A program to find frequent itemsets (also closed and maximal) with the eclat algorithm (Zaki et al. 1997), which carries out a depth first search on the subset lattice and determines the support of itemsets by intersecting transaction lists. The current version of this program can only find frequent itemsets, not association rules. It does not support the item clustering described by (Zaki et al. 1997). The census data set may be used to test this program.

    Attention: In order to compile this program the apriori package must also be retrieved.

    A paper that describes some implementation aspects of this program:


    Efficient Implementations of Apriori and Eclat
    Christian Borgelt.
    Workshop of Frequent Item Set Mining Implementations (FIMI 2003, Melbourne, FL, USA).
    fimi_03.pdf (304 kb) fimi_03.ps.gz (197 kb) (9 pages)

Announcing The Data Mining Source Code Newsletter!

Subscribe By Email | Subscribe By RSS Feed