Eclat Algorithm Demo

Introduction

This webpage demonstrates how the Eclat algorithm works for discovering frequent itemsets in a transaction database. A simple version of Eclat is provided that can run in your browser, and display the different steps of the algorithm. This version of Eclat is not efficient (it is designed only for teaching purposes).

How to use?

Enter a transaction database in the text area below. Each line is a transaction, that is a list of items (words) separated by spaces.

Enter a minimum support threshold (a number of transactions) and then click the Run Eclat button.

The result will be displayed in the text area below.

The steps of the algorithm will be displayed in the text area below.

--
Want to learn more about pattern mining? Check the Pattern Mining course and open-source SPMF software
Return to the list of online tools

---
© Philippe Fournier-Viger, 2023