Skip to content

rezaei99m/eclat

Repository files navigation

Installing

run bellow command for installing all packages

pip install -r requirements.txt

Data

Put csv data under this directory "infrastructure/data_sources/datasets". There are also 4 template under this directory which you can use to test the algorithm.

Run

After installing all package dependencies, just run the main.py file in the root directory. After running main.py, you must give the name of dataset which is under "infrastructure/data_sources/datasets" directory and also give supportMin as int number.

Output

You can see generated frequent k-itemsets in .txt file with {datasetName}.txt.

About

Implementing Eclat algorithms with Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages